crud-api-aws-chalice/.chalice/config.json
2022-09-19 20:25:39 -04:00

9 lines
141 B
JSON

{
"version": "2.0",
"app_name": "crud-api-aws-chalice",
"stages": {
"dev": {
"api_gateway_stage": "api"
}
}
}