diff --git a/.env b/.env new file mode 100644 index 0000000..a589f9e --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +AWS_REGION=ap-east-1 +AWS_ACCESS_KEY_ID=AKIA6JQ45ADS6JTBQ3L3 +AWS_SECRET_ACCESS_KEY=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 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c16d0c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/app.*.pyc diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0e6ced3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +fastapi>=0.115 +uvicorn>=0.30 +boto3>=1.34 +python-dotenv>=1.0 +jinja2>=3.1 \ No newline at end of file