github aws/aws-sam-cli v0.2.2

latest releases: v1.116.0.dev202405030901, v1.116.0.dev202405020901, v1.116.0.dev202405010901...
6 years ago

What's new in 🐿?

This release comes with a lot of nifty bug fixes.

  • There is a flag to skip download of Docker container if you are on slow internet (--skip-pull-image)
  • Very nice Python example and Makefile that describes the life-cycle of Python app from local testing to deployment
  • Supports AWS Profiles through --profile flag
  • Rewrite of HTTP router code. This puts us just one pull request away from supporting external Swagger files
  • Bug fixes

A big thanks to every one of you for bug reports, PRs, Stars and love ❤️

Update to latest version

npm update -g aws-sam-local

Changelog

b3101e5 Add support for --profile for selecting IAM credentials (#131)
8624aae Allow specifying of Cloudformation template parameters (#123)
79dcd37 Update microsoft/go-winio dependency (#112)
69633c0 Use correct type for statusCode (#108)
41749b5 Only set session token variable (AWS_SESSION_TOKEN) if it was present in the session (#109)
406160c Merge pull request #110 from pansen/feature/pansen/python_packages
229bd29 Merge branch 'develop' into feature/pansen/python_packages
c3bb56f Merge pull request #83 from PaulMaddox/new-api-router
9e0271e Merge branch 'develop' into new-api-router
fd12f7d name fix
659ba6f python example
9e5ca10 Merge pull request #106 from Inkromind/feature/connect_containers_to_docker_network
ef49cf8 Use commandline argument to connect to docker network
247fd25 Added env variable to add container to network
dcecaad Merge branch 'develop' into new-api-router
5406a85 Simplified (somewhat) the container working directory handling, as previously I found some edge cases that caused issues with the static directory that was mounted
f7c8514 New HTTP router implementation for start-api.
70b403f Fixed redeclared CLI flag (#100)
ddbfb9e Provide a flag to skip pulling images - helps reduce startup and execution time. (#94)
0067434 Cater for templates that have a CodeUri that points to a subdirectory
89ca4af Fixed redeclared CLI flag (#100)
0d57b5e Provide a flag to skip pulling images - helps reduce startup and execution time. (#94)
b725770 Merge branch 'develop' into new-api-router
abaebb4 Update README.md (#86)
8490a5b Merge branch 'develop' into new-api-router
c2b0528 Merge pull request #85 from gitter-badger/gitter-badge
7caefe9 Added test case for the previous commit;
ac43b9a Merge branch 'new-api-router' of github.com:PaulMaddox/aws-sam-local into new-api-router
e2f5db8 Fixed edge case with getWorkingDirectory if just a template name in the current directory was provided
caaa542 Merge branch 'develop' into new-api-router
30226ba Add Gitter badge
5e9260e Merge pull request #84 from awslabs/PaulMaddox-patch-1
0fb805b Added npm permissions info.
2e52030 Just increasing test coverage of router
facefc5 Removed debug file
4a50eb5 Fixed static directory mounting
62e59e7 Simplified (somewhat) the container working directory handling, as previously I found some edge cases that caused issues with the static directory that was mounted
0cc4296 New HTTP router implementation for start-api.
609b96c Merge pull request #81 from tasuwo/fix-too-many-open-files-error
ae96c1c Add function scope to loop of files open to prevent to make defer queue explosion


Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

Don't miss a new aws-sam-cli release

NewReleases is sending notifications on new releases.