Aws-sam-cli

Latest version: v1.136.0

Safety actively analyzes 724109 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 33 of 37

0.14.1

Not secure
See https://github.com/awslabs/aws-sam-cli/releases/tag/v0.14.0 for release notes.
This release fixes 1080

Changelog
* chore: Version bump SAM CLI to 0.14.1 (1082)

0.14.0

Not secure
This release adds support for step through debugging of your Python3.7 Lambda Functions. We have some bug fixes as well:

* Maven builder can be run on Windows without the need to use `--use-container` flag.
* Java8 Gradle init example now includes the Gradle wrapper jar.
* Golang init creates the example Lambda.

Changelog
* modify invalid golang template path (1057)
* fix(init): Add Gradle wrapper jar to init template (1060)
* fix: Skip test_invoke_with_docker_network_of_host_in_env_var on windows (1054)
* chore: Bump aws-lambda-builers to 0.2.1 (1068)
* feat(debug): Enable debugging for Python37 (1055)
* chore: Version bump SAM CLI to 0.14.0 (1076)

0.13.0

Not secure
You can now use the `sam build` command to create deployment packages for AWS Lambda functions written in Java using the Maven build tool.

In addition, `sam init` was expanded to support creating projects with different dependency managers. You can now create a Maven example by running `sam init --runtime java --dependency-manager maven`. See `sam init --help` for other supported values for the `--dependency-manager` Option.

Huge shoutout to zoewangg for contributing the Maven builder

Changelog
Chore: Bump aws-sam-translator to 1.10.0 (1043)
feat(init): gradle init support (1040)
feat(build): Support building Java8 functions through Maven (1044)
feat(publish): Add --semantic-version option to sam publish command (1020)

0.12.0

Not secure
What's New?
You can now use the `sam build` command to create deployment packages for AWS Lambda functions written in Java using the Gradle build tool.

Huge shoutout to dagnir for contributing the Gradle builder

Changelog
* Accept non-integer statusCode JSON values (1013)
* feat(build): Support for building Java functions using Gradle (1007)
* tests(integ): adding integ test for aws config and profile env vars (1004)
* feat: allow sam to be invoked as a module (987)
* refactor(build): Move workflow config information into its own file (1001)
* chore: Bump aws-sam-transform to 1.9.1 (990)
* docs: Fix Nodejs references in Python Cookiecutter README (986)
* fix(init): Make template spacing consistent (962)
* docs(init): typo fix in Go README.md (971)

0.11.0

Not secure
What's New?
This release contains numerous improvements throughout the CLI, including simpler hello world quickstarts, doc updates, removing unnecessary compression when building a layer image for invoking, and cleaning up build containers.

Changelog
* fix(publish): fix integ test metadata and templates (982)
* fix(publish): fix failing integ tests due to .rst to .md file changes (981)
* chore(release): Bump version to 0.11.0 (979)
* refactor(logging): Add additional information when function not found (977)
* fix: update license key in setup() to expected value by PyPi (966)
* chore: add required options for package and deploy (961)
* feat(layers): remove compression of docker context (862)
* docs: remove maxage off badges (943)
* fix: translate paths in SAR metadata during sam build (935)
* docs: update sam package command in cookiecutter docs (919)
* fix(build): cleanup build containers (929)
* refactor: simplify built-in quickstarts to a simple hello world (849)
* feat(invoke): reading Metadata adding to Resources in a template (907)
* docs(design): Debugging .NET Core Lambda Functions (759)
* refactor: fix grammar in log statement (800)
* docs(design): sam publish command (844)
* fix links to .md files (915)
* chore: remove dangling rst file (905)
* fix: formatting to md from rst (891)

0.10.0

Not secure
What's new?
You can now use `sam build` to compile deployment packages for AWS Lambda functions written in supported Ruby runtimes. Huge shout-out to awood45 for this contribution!

You can now also use the new `sam publish` command to publish your serverless application to the AWS Serverless Application Repository, a managed repository for serverless applications. The AWS Serverless Application Repository enables teams, organizations, and individual developers to store and share reusable applications, and easily assemble and deploy serverless architectures in powerful new ways. To publish an application using SAM CLI, first define necessary application details like application name, description, semantic version, and license information using the `AWS::ServerlessRepo::Application` Key in the `Metadata` section of your SAM template. Then, use the `sam publish` command to make your application available in the AWS Serverless Application Repository for others to consume. To learn more, please visit the [sam publish documentation](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template-publishing-applications.html). Huge shout-out to paoptu023 for this contribution!

Changelog
* Implement sam publish app command (852)
* Add Ruby to Supported Runtime Enum (866)
* fix: Flush stdout and stderr on each write when debugging (843)
* chore(version): bump version to 0.10.0 (881)

Page 33 of 37

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.