-
Notifications
You must be signed in to change notification settings - Fork 1.2k
(feat) Cors Support #1242
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
Merged
Merged
(feat) Cors Support #1242
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
14c51e3
Start adding cors
viksrivat 64ba5d4
Merge branch 'develop' of https://github.com/awslabs/aws-sam-cli into…
viksrivat d376c4f
Reorganize cors header
viksrivat 7de2882
Update cors
viksrivat 3c58a95
Add cors tests
viksrivat 0094f29
Update tests to check make pr passes
viksrivat d2fba5f
Fix headers so that it is returned with post/get requests
viksrivat 7d9f270
Cleanup Tests and style
viksrivat 087c152
Update code with style comments
viksrivat 21f7683
Merge branch 'develop' into feature/cors_support
viksrivat 0f50751
Run make pr and Fix merge errors
viksrivat aa04f5e
Fix Merge Issue with ApiGateway RestApi
viksrivat 24d16ed
Cleanup Cors class in provider
viksrivat 49d16b4
feat(start-api): CloudFormation AWS::ApiGateway::RestApi support (#1238)
viksrivat aeba546
feat(start-api): CloudFormation AWS::ApiGateway::Stage Support (#1239)
viksrivat f0d64c0
Merge to cfn branch and update with comments
viksrivat fa5dad3
Update cors tests
viksrivat 5853a33
Update cors tests
viksrivat d0c93e3
Merge branch 'feature/cors_support' of github.com:viksrivat/aws-sam-c…
viksrivat 5b89f27
update test
viksrivat 41da0eb
Update cors with comments
viksrivat 161de22
Fix rebase error
viksrivat e14e84f
Remove multi value headers
viksrivat a4a8ee6
Update cors allow methods
viksrivat e7ab5f2
Update cors allow methods tests
viksrivat 107d2da
Update cors integ test
viksrivat 49ae556
Update * Allow Methods
viksrivat b7292fe
Update * Allow Methods
viksrivat 1b1fc73
Update start_api import
viksrivat 6873f54
Update tests to pass
viksrivat 9ed5224
Update bad unit test
viksrivat 9f820f9
Trigger
viksrivat 66662f4
Merge branch 'develop' into feature/cors_support
jfuss 7354760
Merge branch 'develop' into feature/cors_support
viksrivat a355959
Update Style for cors pr
viksrivat 6e0d664
Merge branch 'develop' into feature/cors_support
jfuss c7d4563
Merge branch 'develop' into feature/cors_support
jfuss 3718fcf
Fix style for flake8
viksrivat 4cdd407
Merge branch 'develop' into feature/cors_support
viksrivat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.