Toby Devlin
Toby Devlin
looks like #70 and #68 too now
This has since worked itself out; I assume through an update but I wasn't really on it with checking. Apologies.
me too, any update to this?
workaround can include package -> CloudFormation package -> CloudFormation deploy ``` chalice package --merge-template=./infra/extras.yaml .pkg/code # ./infra/extras.yaml takes precedence aws cloudformation package --template-file=.pkg/code/sam.yaml --s3-bucket=my-bucket > .pkg/cloudformation_final.yaml aws cloudformation deploy --template-file=.pkg/cloudformation_final.yaml...
+1 for the API implementation providing a free OpenAPI spec generation; if there's a standard endpoint like [Fastapis OpenAPI endpoint](https://fastapi.tiangolo.com/reference/openapi/docs/) then putting in a useful UI such as swagger or...