Skip to content

Instantly share code, notes, and snippets.

@siakon89
Created February 22, 2020 10:50
Embed
What would you like to do?
Chalice config
{
"version": "2.0",
"app_name": "blog-demo",
"stages": {
"dev": {
"api_gateway_stage": "api",
"autogen_policy": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment