-
Notifications
You must be signed in to change notification settings - Fork 1.2k
SAM CLI Refresh 🎉: sam init, Better validation, Tons of bug fixes, and 🐍
#384
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
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
Updating NPM publish script to add README.md to the package
!Join fails validation because of missing colon in regex. Fixes #25
Don't check for updates on dev builds. Fixes #20
… start-api operations (#29)
Minor fix
Update README.md
…#39) This uses the json encoding package's json.Number type to transparently work with both a number and/or a string. If it's a number, the json encoding will convert it to a string. See: http://igorsobreira.com/2015/04/11/decoding-json-numbers-into-strings-in-go.html Fixes #38.
fix mac docker install link, https://docs.docker.com/docker-for-mac/install/ no longer resolves
Don't set region if not configured in CLI. Fixes #48
string if the CodeUri was set to something that wasn't a valid directory. Wrote a load of test cases for working directory related stuff to prevent future regressions. Fixes #22
* Fixed runtime container working directory that caused it to be an empty string if the CodeUri was set to something that wasn't a valid directory. Wrote a load of test cases for working directory related stuff to prevent future regressions. Fixes #22 * Added TravisCI configuration * Point travis badge on README to develop branch
…ith .jar or .zip. Fixes #37
Automatic unzipping of packaged archives (ZIP/JAR)
adds support for cloudformation configuration.json by passing content…
Swagger YAML file support
Fix format of package.json
Change OR operator to ternary operator
- Updated VSCode launch config - Added note about detaching debugger
Use Inspector instead of Legacy Debugger
Not sure when these changed, but these are the latest values used on Lambda
Update debug flags to match latest on live Lambda
Add support for the Node.js 8.10 Runtime
Added Forward headers similar to API Gateway's
* Use legacy debugger for Node 6.10 * Document which debugger protocol to use * Making Node8 debugging work
jfuss
approved these changes
May 8, 2018
qingchm
added a commit
to qingchm/aws-sam-cli
that referenced
this pull request
Sep 17, 2021
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:
This release is an important milestone - New command to get started with SAM apps, full fidelity SAM Template validation, tons of bug fixes, and greatly improved stability. Oh did I mention, we rewrote the entire CLI from ground up?! Yes, in 🐍. With this refresh, SAM CLI uses the recently open sourced transform, enabling you leverage any new SAM functionality immediately after release.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.