Skip to content

Instantly share code, notes, and snippets.

@scoates
Created September 21, 2017 06:05
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 scoates/cb9058046cea80415ae3ddbc55c793a2 to your computer and use it in GitHub Desktop.
Save scoates/cb9058046cea80415ae3ddbc55c793a2 to your computer and use it in GitHub Desktop.
Zappa asunc settings
{
"stagename": {
"async_resources": true,
"async_response_table": "dynamodb_table_name",
"async_response_table_read_capacity": 2,
"async_response_table_write_capacity": 1,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment