Skip to content

Instantly share code, notes, and snippets.

@steven-tey
Created December 7, 2020 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steven-tey/fe9c4db92ea2f3fe6384cc1bfbf8e03c to your computer and use it in GitHub Desktop.
Save steven-tey/fe9c4db92ea2f3fe6384cc1bfbf8e03c to your computer and use it in GitHub Desktop.
Zappa Settings file for NLP moviebot model
{
"dev": {
"app_function": "app.app",
"profile_name": null,
"project_name": "moviebot",
"runtime": "python3.6",
"s3_bucket": "sugges"
},
"production": {
"app_function": "app.app",
"profile_name": null,
"project_name": "moviebot",
"runtime": "python3.6",
"s3_bucket": "sugges",
"aws_region": "us-west-1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment