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

[WIP] Add support for CORS to API Gateway HTTP APIs #670

Merged
merged 3 commits into from
Feb 22, 2021
Merged

Conversation

mtdowling
Copy link
Member

This is a WIP PR to add support for CORS to API Gateway HTTP APIs. It still needs to be integration tested with an actual API Gateway API.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@srchase srchase changed the base branch from master to main January 8, 2021 19:17
The support for adding CORS REST API headers is now in its own mapper
class to better distinguish between the AddIntegrations mapper that is
applied to every type of API Gateway service, and our support for CORS
in REST APIs which is different than CORS in HTTP APIs.
@mtdowling
Copy link
Member Author

(rebased)

@kstich kstich merged commit 6818710 into main Feb 22, 2021
@kstich kstich mentioned this pull request Feb 22, 2021
@mtdowling mtdowling deleted the http-api-cors-apig branch April 21, 2021 05:01
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.

3 participants