github aws/aws-sam-cli v1.51.0
Release 1.51.0 - Java Build Changes, --exclude & --no-cached options for sam build, Nested Stack Support for sam logs

latest releases: v1.116.0.dev202405060901, v1.116.0.dev202405030901, v1.116.0.dev202405020901...
23 months ago

Recent changes that we introduced about how to build Java functions are now default option, you can read more about it in this announcement issue: #3639

sam build now supports --no-cached flag as well as --exclude option. With --no-cached flag, users can turn cached builds off specifically even it is enabled in the samconfig.toml file. With --exclude option, users are able to skip building some of the functions in their application.

sam logs now supports Nested Stacks. Users can pull logging events for the resources which is defined in a nested application. Running sam logs --stack-name {stack-name} will pull the logging events from all supported resources which will now include the ones from a nested stack. Or they can use sam logs --stack-name {stack-name} --name {NestedStack/SfnResourceLogicalID} to pull loging events from a resource which is defined in a nested stack.

What's Changed

New Contributors

Full Changelog: v1.50.0...v1.51.0

Hashes:

Filename SHA256
aws-sam-cli-1.51.0.sierra.bottle.tar.gz f3e2eaa35ba7573e274e05beb97e8914607156894335f40b4c481bb197cc6bd5
aws-sam-cli-1.51.0.x86_64_linux.bottle.tar.gz 474c208a4d112e443a0ea2efee75bfb9b834ff7406d24075e3d04ffe3e3bf795
AWS_SAM_CLI_64_PY3.msi a39172a7f8e2dce33a2186e7a28a93e4d40b8044a0fb3e3afa5c09742e533da5
aws-sam-cli-linux-x86_64.zip 3c5e26715096413544f7a39ec338e5045b59ed24f0acf04a5d4e04cd113e01a3

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

NewReleases is sending notifications on new releases.