-
Notifications
You must be signed in to change notification settings - Fork 2.4k
chore: merge develop to master #488
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
Conversation
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
added missing RekognitionLabelsPolicy to all_policy_templates.yaml
…inpointEndpointAccessPolicy policy templates (#408)
…370) * Update DESIGN.md to include an Overview and entry point for SAM * Updated wording in DESIGN.md based on PR feedback
* Remove unnecessary index.js" * Moved common config to template Globals and uncomment debug log. * Add sample payload and commands for testing. * Rename test script as a script. * Exit from script after command. * Simplify use case for easier startup. - Move table creation into template. - Eliminates need to provide table name in every REST call. - Fix GET with no params. - Split test.sh script from output log. * Address requested changes.
…mediate return (#446) Since this code is using ES6 we can use the short version of returning a param
* add support for ZipFile in AWS::Serverless::Function * rename ZipFile to InlineCode
* Added API Gateway multi-origin CORS example * Updated docs and improved naming of endpoint * Created new test for compileURLWildcards Also updated old test to reflect desired behavior * Fixed compileURLWildcards * Refactored to avoid passing event into cors-util; improved clarity * Improve routing, use async syntax for handlers * Moved multi-origin cors example to examples/apps * Move multiple origin CORS example to more uniformly-named directory * Refactor multiple-origin-cors example * Automatically compile wildcards for multiple-origin-cors * makeHeaders replaced with createPreflightResponse * Route using API Gateway, refactor * improve routing
* fix: set correct SQS managed role arn: AWSLambdaSQSQueueExecutionRole * doc(example): fix sqs example template * test: fix sqs tests - specify correct Role
* merging commits into develop which were merged direct to master by mistake
* removing this documentation before merging to master * this commit can be reverted after merge to master
release: v1.6.1
digioak-zz
approved these changes
Jun 28, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship
ylynn
approved these changes
Jun 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.