-
-
Couldn't load subscription status.
- Fork 246
Migrate OWASP Nest to Zappa for serverless deployment #2431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 32 commits
0975e0a
aa4eea0
18b8adb
6311813
481b928
ee1edb6
90e24e1
e618808
6220c24
9495dfd
df72c9a
619400e
b8b49fa
8c3569d
91b12e7
92469ac
1a66c4f
6994e33
a41221f
1165166
cc80292
c694c57
753e234
16445dc
536e615
206e60e
0a8b4ea
748ed52
f71861c
e785a42
bc3737e
e51d34b
d419073
a347969
88af956
5be1083
9650e5e
d4f7ddd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| { | ||
| "staging": { | ||
| "app_function": "wsgi.application", | ||
| "django_settings": "settings.staging", | ||
| "environment_variables": { | ||
| "DJANGO_ALGOLIA_APPLICATION_ID": "${DJANGO_ALGOLIA_APPLICATION_ID}", | ||
| "DJANGO_ALGOLIA_WRITE_API_KEY": "${DJANGO_ALGOLIA_WRITE_API_KEY}", | ||
| "DJANGO_ALLOWED_HOSTS": "${DJANGO_ALLOWED_HOSTS}", | ||
| "DJANGO_AWS_ACCESS_KEY_ID": "${DJANGO_AWS_ACCESS_KEY_ID}", | ||
| "DJANGO_AWS_SECRET_ACCESS_KEY": "${DJANGO_AWS_SECRET_ACCESS_KEY}", | ||
| "DJANGO_CONFIGURATION": "Staging", | ||
| "DJANGO_DB_HOST": "${DJANGO_DB_HOST}", | ||
| "DJANGO_DB_NAME": "${DJANGO_DB_NAME}", | ||
| "DJANGO_DB_USER": "${DJANGO_DB_USER}", | ||
| "DJANGO_DB_PORT": "${DJANGO_DB_PORT}", | ||
| "DJANGO_DB_PASSWORD": "${DJANGO_DB_PASSWORD}", | ||
| "DJANGO_OPEN_AI_SECRET_KEY": "${DJANGO_OPEN_AI_SECRET_KEY}", | ||
| "DJANGO_REDIS_HOST": "${DJANGO_REDIS_HOST}", | ||
| "DJANGO_REDIS_PASSWORD": "${DJANGO_REDIS_PASSWORD}", | ||
| "DJANGO_SECRET_KEY": "${DJANGO_SECRET_KEY}", | ||
| "DJANGO_SENTRY_DSN": "${DJANGO_SENTRY_DSN}", | ||
| "DJANGO_SLACK_BOT_TOKEN": "${DJANGO_SLACK_BOT_TOKEN}", | ||
| "DJANGO_SLACK_SIGNING_SECRET": "${DJANGO_SLACK_SIGNING_SECRET}" | ||
| }, | ||
| "manage_roles": true, | ||
| "project_name": "nest-backend", | ||
| "runtime": "python3.13", | ||
rudransh-shrivastava marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "s3_bucket": "${ZAPPA_S3_BUCKET}", | ||
| "slim_handler": true, | ||
| "vpc_config": { | ||
| "SecurityGroupIds": ["${AWS_LAMBDA_VPC_SECURITY_GROUP_ID}"], | ||
| "SubnetIds": [ | ||
| "${AWS_PRIVATE_SUBNET_A}", | ||
| "${AWS_PRIVATE_SUBNET_B}", | ||
| "${AWS_PRIVATE_SUBNET_C}" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.