Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Last active March 29, 2017 17:34
Show Gist options
  • Save Miserlou/bd2d9447aaf3703e3f5b7e2823c70a76 to your computer and use it in GitHub Desktop.
Save Miserlou/bd2d9447aaf3703e3f5b7e2823c70a76 to your computer and use it in GitHub Desktop.
async_zappa_settings.js
{
"dev": {
..
"async_source": "sns", // Source of async tasks. Defaults to "lambda"
"async_resources": true, // Create the SNS topic to use. Defaults to true.
..
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment