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 30 of 37

0.35.0

Not secure
This release introduces support for Amazon EventBridge schema registry. sam init now includes additional options to create an EventBridge app from scratch, with a specific event schema as a trigger. This will automatically generate strongly-typed class files for the event in your serverless application, including the AWSEvent payload, a marshaller, and an EventBridge rule in your SAM template. You can easily try out the feature by using one of the existing aws.events service schemas available in the schema registry.

Changelog

0.34.0

Not secure
With this release, you can initialize SAM apps directly from a Git repository using `sam init` command. This allows you to copy a Github URL and run `sam init -l <url>` to download it locally. Previously, `sam init` could initialize only from cookiecutter templates (ie. projects with cookiecutter.json file in the root).

Changelog
* [00345ed](http://github.com/awslabs/aws-sam-cli/commit/00345ede2b5cdf894b209bcf89a715ec4f8807a4) - feat: Initialize a project from non-cookiecutter github repo or zip file (#1595)
* [32b048e](http://github.com/awslabs/aws-sam-cli/commit/32b048e4379e22264a78518ede99b4bc7a54f8c1) - chore: version bump to 0.34.0 (#1597)
* [da5cf77](http://github.com/awslabs/aws-sam-cli/commit/da5cf775c182ac28b6318c6bd838bbe75833d396) - Fixed typo of "sam deploy" option (#1601)
* [7d2728a](http://github.com/awslabs/aws-sam-cli/commit/7d2728a30b136fea3e4d4bf3c35dbe6e7d1c3760) - fix: Ignore .git when init from arbitrary github repo (#1599)
* [d8b84bb](http://github.com/awslabs/aws-sam-cli/commit/d8b84bb45bc7213080a8c43deeadbe4429aea809) - feat: Upgrade SAM Translator to 1.16.0 (#1596)
* [c2cdfab](http://github.com/awslabs/aws-sam-cli/commit/c2cdfab35deb24f1a1408188d5558c27a704a1e1) - fix: Add --no-fail-on-empty-changeset back (#1607)
* [1c7ea72](http://github.com/awslabs/aws-sam-cli/commit/1c7ea728722cd976774ba05ce41df8e67912bc03) - fix: pretty error msg when init location is invalid (#1606)

0.33.1

Not secure
SAM CLI, now allows you to deploy applications with a single command: `sam deploy`. Previously, deploying applications through SAM CLI required more than one step and needed you to provide an [Amazon S3](https://aws.amazon.com/s3/) bucket for the Lambda deployment package. SAM CLI now creates and manages this S3 bucket for you. It also allows you to easily configure the deployment parameters, and execute subsequent deployments by running the `sam deploy` command without parameters.

The `sam deploy` command now comes with a guided interactive mode (`sam deploy —guided`). This mode walks you through the parameters required for deployment, provides default options, and saves your input for the given application. You can also see changes made to the application stack that will be deployed through the `sam deploy` command output, as well as configure the command to ask for confirmation on changes before deploying.

SAM CLI now supports a new `samconfig.toml` configuration file which currently will act as a passthrough for parameters to SAM CLI commands.


Changelog

* [8614c57](http://github.com/awslabs/aws-sam-cli/commit/8614c5787814dfde536df987d1bf3edc509e9b3f) - Deploy off aws cli (#1455)
* [070105f](http://github.com/awslabs/aws-sam-cli/commit/070105fcfe5e80b0d1e2af574afab3e4133e6821) - design: samconfig (#1503)
* [44d65f0](http://github.com/awslabs/aws-sam-cli/commit/44d65f0ea8de4eb2902f29f4a49d6e65633954ea) - feat: configuration file for sam cli commands (#1502)
* [260e2c5](http://github.com/awslabs/aws-sam-cli/commit/260e2c57ee3758389f8c9584388606a9ac8c26d1) - design: `sam deploy` also packages built artifacts (#1521)
* [f26dddd](http://github.com/awslabs/aws-sam-cli/commit/f26dddd8c02e91dc6213c84539cd254f41ba1fa7) - Package and deploy in one command (#1532)
* [2d4ed78](http://github.com/awslabs/aws-sam-cli/commit/2d4ed7859627c4685ae547350f6b258f5f0e82b1) - Managed S3 Bucket via optional bootstrap command (#1526)
* [43b3f8a](http://github.com/awslabs/aws-sam-cli/commit/43b3f8a42e9429752d7afbab6dec1e6ac63ec258) - Colors for deploy (#1535)
* [4c10734](http://github.com/awslabs/aws-sam-cli/commit/4c1073467fb7bbf3a0466d8ffb37609c339637b8) - fix: deploy error on not supplying s3 bucket (#1534)
* [4a08c35](http://github.com/awslabs/aws-sam-cli/commit/4a08c35618060ba408f18a64067b81027e349070) - fix: override botocore logging to a NullHandler (#1538)
* [a44a4a1](http://github.com/awslabs/aws-sam-cli/commit/a44a4a119ecefa6cd3eb1f91b358b8d4bf4bd4ff) - Guided deployment when flag is specified
* [2b8399d](http://github.com/awslabs/aws-sam-cli/commit/2b8399d04c941cff5474fdaddd28589b51d122aa) - fixing linter
* [b793184](http://github.com/awslabs/aws-sam-cli/commit/b793184b6d3bf324464842b4a89d062a34df199e) - feat: save params to config file on interactive deploy
* [b8c2ebd](http://github.com/awslabs/aws-sam-cli/commit/b8c2ebd8d9e214f3640bf78fd4422f9cc451341a) - fixing unit tests
* [750ea12](http://github.com/awslabs/aws-sam-cli/commit/750ea1209ef505c44a625459ae91d247f4db7ae1) - fix: pass `--confirm-changeset` through to deploy command
* [362a12f](http://github.com/awslabs/aws-sam-cli/commit/362a12f2f4488fb09fee2d71051ebf241d4bcfce) - ux: improvements on sam deploy --interactive
* [2f2cbbe](http://github.com/awslabs/aws-sam-cli/commit/2f2cbbee2d28bdd196f7a1160f4e1a1f81d63036) - fix: `samconfig.get_all`
* [93d5568](http://github.com/awslabs/aws-sam-cli/commit/93d55683127cfbadeda8a323c88ff93dfac849be) - feat: allow `--interactive` to ask for parameters
* [aefe2a6](http://github.com/awslabs/aws-sam-cli/commit/aefe2a64929985001fa0c6727b3ff2f84fda757d) - fix: interactive deploy specifies parameter defaults
* [a77b5b6](http://github.com/awslabs/aws-sam-cli/commit/a77b5b6d539d97d56ea87519a8659935e20fb697) - fix: always use a managed stack on deploy interactive
* [6d70440](http://github.com/awslabs/aws-sam-cli/commit/6d7044000df486a95a316a40da9897b2321f562a) - fix: smoke tests for deploy
* [1e6ca14](http://github.com/awslabs/aws-sam-cli/commit/1e6ca14b1605904a17eab4745057eead10170ab9) - fix: usability fixes on deploy --guided (#1555)
* [e69bd23](http://github.com/awslabs/aws-sam-cli/commit/e69bd230d1c717c3063c4cdcab881c5cd172be10) - fix: stack outputs on deploy (#1556)
* [a7068f9](http://github.com/awslabs/aws-sam-cli/commit/a7068f9de17962b4b3cf7fad1949e7432618d5f4) - Guided Deploy UX Improvements (#1554)
* [6fe78f2](http://github.com/awslabs/aws-sam-cli/commit/6fe78f2eea5bb811723683f0ee25e6fa8ada2953) - fix: always showcase deploy args (#1557)
* [9d2063a](http://github.com/awslabs/aws-sam-cli/commit/9d2063ad14a0c8797f39950cb35fbbe8451bcad1) - fix: parameter override prompts during guided deploy (#1558)
* [10b4357](http://github.com/awslabs/aws-sam-cli/commit/10b4357e5193b0aa05a08137577ae92476c0bb23) - fix: only create config file on write (#1559)
* [935b1f1](http://github.com/awslabs/aws-sam-cli/commit/935b1f1d469263d9d9bfb6abfcda171ec09a7569) - fix: usability fixes on deploy error with no s3 bucket (#1561)
* [b2f2d22](http://github.com/awslabs/aws-sam-cli/commit/b2f2d22cd4990791c76a216cfb5504a6b008fc52) - Add Exception Handling for Client Misconfiguration (#1560)
* [16cbbea](http://github.com/awslabs/aws-sam-cli/commit/16cbbeaeae6c8020f750f7c8e54d7928b24f0ee2) - fix: helpful error message when deploy happens across regions (#1562)
* [e93897a](http://github.com/awslabs/aws-sam-cli/commit/e93897a45687b084cfa69e6a7370c72549c97031) - tests: integration tests for `sam deploy` (#1565)
* [e5d3409](http://github.com/awslabs/aws-sam-cli/commit/e5d340941798339e330df626f1b0c82a78818431) - Reduce guided output (#1563)
* [4c95eff](http://github.com/awslabs/aws-sam-cli/commit/4c95eff1ae1b8d63c78aa85c07e70fe79ae64a94) - bugfixes: `stack-name` is required on deploy (#1573)
* [e4e2490](http://github.com/awslabs/aws-sam-cli/commit/e4e2490381f0bb80f53bc4904a6bf32193bc079a) - feat: s3 bucket versioning - managed stack (#1579)
* [beb0c00](http://github.com/awslabs/aws-sam-cli/commit/beb0c00da47d9866f2601b1fb5b64196cdf7e43c) - Tests for samconfig use with all commands (#1575)
* [961af97](http://github.com/awslabs/aws-sam-cli/commit/961af9718b82807dad804006fe696ccb1c983eb5) - fix: add version to `samconfig.toml` file (#1581)
* [b7dfd3f](http://github.com/awslabs/aws-sam-cli/commit/b7dfd3fead1e623acf73fa023f5dd17f759cdea5) - feat: Init README Deploy Updates (#1580)
* [92a6a00](http://github.com/awslabs/aws-sam-cli/commit/92a6a00e3c027965aedd00064db961cd34fbbf8f) - chore: release v0.33.0 (#1582)
* [65dd732](http://github.com/awslabs/aws-sam-cli/commit/65dd7326cfbf3188c66550102322a53c6476235e) - fix: move the sleep before applying bucket policy (#1584)
* [0b9d5bd](http://github.com/awslabs/aws-sam-cli/commit/0b9d5bd252dac449f9048375cd6a8d271df83f7d) - fix: managed stack (#1585)
* [f7b7e55](http://github.com/awslabs/aws-sam-cli/commit/f7b7e554ff828cb60e12070c8ae7b6a8a3ba73c2) - tests: close tempfile before attempting to delete (#1586)
* [ee13133](http://github.com/awslabs/aws-sam-cli/commit/ee13133561302397a207a4f7d5863cfc0a51fa8d) - integ tests: throttling with cloudformation (#1587)
* [33c9b7f](http://github.com/awslabs/aws-sam-cli/commit/33c9b7f1ac52fd2d4aa9c87d93a502fa71da3563) - fix: samconfig.toml links in `sam deploy --guided` (#1588)
* [0431602](http://github.com/awslabs/aws-sam-cli/commit/043160210e5e930c54cdc580f25def67ac981192) - refactor: Use communicate with a timeout for build and invoke integ tests (#1571)
* [f2e66d8](http://github.com/awslabs/aws-sam-cli/commit/f2e66d84872d0f42ca3f49db8997f471af2075f3) - fix: move tests to a `static` bucket solution (#1589)
* [aec0809](http://github.com/awslabs/aws-sam-cli/commit/aec0809040af5884fe389df30452ea72c9d28e74) - refactor: move all process.wait to process.communicate (#1590)
* [b9bf7c3](http://github.com/awslabs/aws-sam-cli/commit/b9bf7c342d50d4c97605a313a62c646038a68a96) - fix: showcase changeset arn on deploy (#1592)
* [14d5d34](http://github.com/awslabs/aws-sam-cli/commit/14d5d34ff796bf9cc8e01c0464465c85fbba1040) - chore: Version bump to 0.33.1 (#1593)

0.32.0

Not secure
With this release, you can now use Python3.8, Nodejs12.x, and Java11 Runtimes!

Changelog
* fix: Remove attach_api and replace with docker library calls (1552)
* fix: collect prior output from attached containers (1566)
* fix: Update extra_context to extra-context to match other command options (1568)
* chore: Version bump to 0.32.0 (1567)
* feat: Support Java11, Python3.8, and Nodejs12.x runtimes (1549)

0.31.1

Not secure
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
* [42586d4](http://github.com/awslabs/aws-sam-cli/commit/42586d41e6b6ea29dc9383519955decaa6582e52) - exposed extra_context CLI option to pass cookiecutter parameter (#1500)
* [6f6a8cf](http://github.com/awslabs/aws-sam-cli/commit/6f6a8cfcfd4aaf1f6b107b79ddbfeaf1a218f441) - fix: zip files were ignored by .gitignore (#1514)
* [6327d33](http://github.com/awslabs/aws-sam-cli/commit/6327d3373f355656c07eae4eda8244768279629d) - fix: Move validation of timeout is an int further down the stack (#1515)
* [9f08f81](http://github.com/awslabs/aws-sam-cli/commit/9f08f81f146b22316581731a46db1e6b26ae1f15) - chore: Simplify how timeouts are casted to an int (#1518)
* [8ee1c74](http://github.com/awslabs/aws-sam-cli/commit/8ee1c7449529cb73a87ea62df1166b26312e64cc) - chore: fix java build and ruby appveyor builds (#1524)
* [412590f](http://github.com/awslabs/aws-sam-cli/commit/412590f198ef9956c61d286ad370acbbea7de571) - fix: compare dictionaries instead of json strings for regression test (#1527)
* [52708db](http://github.com/awslabs/aws-sam-cli/commit/52708db40a140990e608606c50c3217fd04cf0cd) - chore: Bump version to 0.31.1 (#1523)

0.31.0

Not secure
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

Page 30 of 37

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.