Improvements to `sam package` command
Improvements to sam package
command
SAM CLI now supports running sam package
without AWS CLI installed. This release also includes user experience improvements to interactive sam init
command.
Breaking Change
sam local invoke
command will no longer require an event data by default. Previously, this behavior was available by passing the --no-event
parameter. To pass event data via stdin, you can use the --event
parameter with a value of -
.
Example: echo '{"message": "Hey, are you there?" }' | sam local invoke "HelloWorldFunction" --event -
Changelog
- 2090431 - Revert "release: 0.20.0"
- e218d29 - chore: Update version to 0.20.1
- 18908c1 - Revert "Revert "release: 0.20.0"" (#1377)
- 6d1dd92 - Make --no-event the default for local invoke
- 0812b24 - Remove Exception Test for Local Invoke
- a54a4ff - fix: slack channel link (#1498)
- 7cbcfff - feat: sam package without awscli pre-installed (#1437)
- aa26502 - Init User Flow Rework (#1501)
- 7e272ef - Remove non-interactive command explainer (#1508)
- e2e2071 - chore: Bump version to 0.31.0 (#1510)