We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users may want to customize values in response parameters set by makeIntegrationResponsesAllowCors. It sets the following response parameters for now,
makeIntegrationResponsesAllowCors
Access-Control-Allow-Origin
*
Access-Control-Allow-Headers
aws_apigateway.Cors.DEFAULT_HEADERS
Access-Control-Allow-Methods
aws_apigateway.Cors.ALL_METHODS
The text was updated successfully, but these errors were encountered:
kikuomax
No branches or pull requests
Users may want to customize values in response parameters set by
makeIntegrationResponsesAllowCors
. It sets the following response parameters for now,Access-Control-Allow-Origin
:*
Access-Control-Allow-Headers
: equivalent toaws_apigateway.Cors.DEFAULT_HEADERS
Access-Control-Allow-Methods
: equivalent toaws_apigateway.Cors.ALL_METHODS
The text was updated successfully, but these errors were encountered: