-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
release: 0.20.0 #1342
Merged
release: 0.20.0 #1342
Conversation
This file contains 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
- `sam init -r node -d npm` now yeilds a sam template with `nodejs10.x` as runtime instead of `nodejs`
- re-order runtimes per comment
fix: default to nodejs10.x on init
* Updated the .NET template. * Removed unused namespaces * Clean up example xunit test case.
This reverts commit ad9a171.
Commits since 0.19.0 branch freeze
* warning: deprecation warning message - Python 2.7 - if AWS SAM CLI is installed under python2.7 environment, there is a warning which says that AWS SAM CLI will no longer be installable under python2.7 from October 1st 2019. * fix: add additional links to official install pages.
feat(start-api): Support for RestApi and Stage of CloudFormation resources
…sources support (#1247)
* Fix and Update Template Resolution Tests * Remove Test with ignoring Refs with globals * Handle Top level resource case * Update Style * Handle Layer Integ Test Failure on KeyboardExit When running local layer integration tests, there was a cleanup error that occured if there was a KeyboardExit occurred on the previous run. This causes problems with cached values on consecutive tests. * Handle Layer Integ Test Failure on KeyboardExit When running local layer integration tests, there was a cleanup error that occured if there was a KeyboardExit occurred on the previous run. This causes problems with cached values on consecutive tests. * Update Intrinsic Resolver to handle Layers Lambda Layers were added as a special case where Ref's to unresolved resources remained as {"Ref": logical_id}. This was chosen to be the default since SamTranslator handles the translation of some resource and converts some types such as {"Ref":"AWS::Region"} -> {"Ref": "us-east-1"} and replacing Globals. * Remove old layer ref code
Builds should be back to passing soon :) |
Add OSError Handler to GlobalConfig
sanathkr
approved these changes
Aug 20, 2019
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:
Checklist:
make pr
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.