Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect MethodResponses for APIGateway #206

Open
piersroberts opened this issue Oct 2, 2023 · 1 comment
Open

Incorrect MethodResponses for APIGateway #206

piersroberts opened this issue Oct 2, 2023 · 1 comment

Comments

@piersroberts
Copy link

MethodResponse parameters are expected to be Boolean, not String because as they are just a map to signify which parameters are REQUIRED not the expected string value.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-methodresponse.html#aws-properties-apitgateway-method-methodresponse-properties

This is causing Cloudformation validation errors when deploying stacks integrated with APIGateways

@piersroberts piersroberts changed the title Incorrect MethodRepsonses for APIGateway Incorrect MethodResponses for APIGateway Oct 2, 2023
piersroberts added a commit to piersroberts/serverless-apigateway-service-proxy that referenced this issue Oct 2, 2023
@rb62680
Copy link

rb62680 commented Oct 17, 2024

This is a necessary fix. This is required to work with localstack for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants