Bug: `AWS::Serverless::Api` gateway responses are not working
Open
stage/needs-triage
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
Setting the `GatewayResponses` property does not work when using `local start-api` (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-gatewayresponses).
This issue from 2019 is probably related : https://github.com/aws/aws-sam-cli/issues/1027
Right now every error that originates from the Authorizer or from an unhandled lambda exception cannot have CORS headers (or any sort of customization).
Contributor guide
Assessment
This issue has not been assessed yet.