Aws-sam-cli

Latest version: v1.116.0

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

Scan your dependencies

Page 27 of 34

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

0.30.0

Not secure
This release provides an interactive workflow for the `sam init` command. To use the interactive init feature, just call `sam init` without any parameters and follow the prompts!

This release also ends support for installing the AWS SAM CLI on Python 2.7 (building and invoking Python 2.7 functions for AWS Lambda is still supported).

* [Interactive 'sam init' Command](https://github.com/awslabs/aws-sam-cli/pull/1454)
* [Remove Python 2.7 Support](https://github.com/awslabs/aws-sam-cli/pull/1416)
* [Resolve symbols order for intrinsics](https://github.com/awslabs/aws-sam-cli/pull/1409)
* [Allow exposing of multiple ports when running in debug mode](https://github.com/awslabs/aws-sam-cli/pull/1479)
* [Lambda timeout from parameter](https://github.com/awslabs/aws-sam-cli/pull/1202)
* [Fixes empty account id in CloudWatch Scheduled Event](https://github.com/awslabs/aws-sam-cli/pull/1484)
* [Fix typo in CloudFrontServeObjectOnViewer event](https://github.com/awslabs/aws-sam-cli/pull/1451)
* [Add SageMaker Ground Truth Lambda events](https://github.com/awslabs/aws-sam-cli/pull/1447)

0.23.0

Not secure
SAM CLI now marks installations under python2.7 as deprecated with intentions to drop support for python 2.7 from next release. This release also has the latest aws-sam-translator version of 1.15.1.

Changelog

* [9d527c1](https://github.com/awslabs/aws-sam-cli/commit/9d527c14a9d5a0734b5aafbae8db53235eefb142) - Fix Ruby Integ Test
* [704c1ea](http://github.com/awslabs/aws-sam-cli/commit/704c1ea94a72d7db9438a61d64da64156d4cbe53) - fix: isolated requirements (#1430)
* [11db934](http://github.com/awslabs/aws-sam-cli/commit/11db934d3584c17fb5ba94d0e92e291c2c91d7c9) - fix: appveyor runs windows build tests per language (#1428)
* [af52032](http://github.com/awslabs/aws-sam-cli/commit/af520321145bea6d4853f628a7d2f71bdd49f5e2) - fix: py2 warning message to be deprecated instead (#1431)
* [83d4d49](http://github.com/awslabs/aws-sam-cli/commit/83d4d4976e308f4ccbc189c567cc322faafc10ff) - feat(perf): Improve load time of help text (#1444)
* [8a76a3c](http://github.com/awslabs/aws-sam-cli/commit/8a76a3c5c5d9bf907873446ee2939d69fc2d5bbf) - fix: pin pytest-forked to 1.0.2 (#1465)
* [8954e04](http://github.com/awslabs/aws-sam-cli/commit/8954e04ddfc5faa05a1bcdc60fe4bedf43be1350) - chore: version bump on aws-lambda-builders to 0.5.0 (#1468)
* [ec80eb0](http://github.com/awslabs/aws-sam-cli/commit/ec80eb0d91974e921db596e402a3063c8652fa2e) - fix: add timeouts on docker local-invoke, start-api and start-lambda integration tests (#1478)
* [0464b27](http://github.com/awslabs/aws-sam-cli/commit/0464b276fc525e4e7e657662439abd40076b1724) - Update aws-sam-translator Dependency (#1448)
* [79f524e](http://github.com/awslabs/aws-sam-cli/commit/79f524e6993b3224c5132011077e686c56314f86) - fix: Inline data that was defined with AWS::Include (#1472)
* [593fc5e](http://github.com/awslabs/aws-sam-cli/commit/593fc5e910653292d4953e0e37d547d59d081309) - chore: bump version to 0.23.0 (#1474)

Page 27 of 34

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.