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

fix: method.response.header values should be boolean #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sromic
Copy link

@sromic sromic commented Mar 23, 2023

This fixes API GW method response header value type to be boolean, as it's stated in the CF documentation:

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

In this case, value for method.response.header.Access-Control-Allow-Origin is now changed from a CORS origin string to a boolean.

This bug causes a CDK parser to fail when parsing Serverless framework generated Cloudformation template.

@sromic
Copy link
Author

sromic commented Aug 2, 2023

HI guys, @lopburny , @horike37 any new on reviewing/accepting this PR?
Ty!

@sromic
Copy link
Author

sromic commented Apr 16, 2024

Hi @lopburny @horike37 any news on this PR? Ty!

1 similar comment
@sromic
Copy link
Author

sromic commented Oct 9, 2024

Hi @lopburny @horike37 any news on this PR? Ty!

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

Successfully merging this pull request may close these issues.

1 participant