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

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)

0.22.0

Not secure
SAM CLI now supports validating and parsing SAM templates that contain latest SAM capabilities such as OpenApi3, IAM Authorizers, API Key authorizers etc. This release also includes several bug fixes in the `build` and `start-api` commands.


Changelog

0.21.0

Not secure
SAM CLI now supports resolving more Intrinsics functions within the template, including Fn::Sub, Fn::Join, and Fn::FindInMap. In addition to this, `sam local start-api` will now work when your APIs are defined with AWS::ApiGateway::Methods, AWS::ApiGateway::RestApi, AWS::ApiGateway::Resource, and AWS::ApiGateway::Stage resources.

Changelog

* [ce192f4](http://github.com/awslabs/aws-sam-cli/commit/ce192f47af2e23046c73a101cfe2f70676573941) - fix: default to nodejs10.x on init
* [2e5f7f1](http://github.com/awslabs/aws-sam-cli/commit/2e5f7f1ba0c65a560d7f6a589a3a9296c16a78d1) - fix: programatically choose latest node runtime as `default`
* [666e366](http://github.com/awslabs/aws-sam-cli/commit/666e36666c28cbe923c19e7048267d2bec851063) - comments: add comments on runtime ordering per language
* [ad9a171](http://github.com/awslabs/aws-sam-cli/commit/ad9a17176bf625af70016ee2039e6b73289c3954) - fix: Respect zipped symlinks (#1140)
* [f19f218](http://github.com/awslabs/aws-sam-cli/commit/f19f2184832c9da872522e9fed47fa10a098959e) - doc: Adding testing guidelines (#1201)
* [0b452bd](http://github.com/awslabs/aws-sam-cli/commit/0b452bd59bdf902e92a8e0e3bdcd503c717e7397) - fix: Update copyright in LICENSE (#1295)
* [08049e8](http://github.com/awslabs/aws-sam-cli/commit/08049e8466840efa4ff17c801c1e549c051bd4e2) - fix: Update error message for package and deploy (#1152)
* [879cad4](http://github.com/awslabs/aws-sam-cli/commit/879cad4d934e0c9a0eb116b7876a91bb36380566) - chore: Upgrade dependencies (#1286)
* [fb06abe](http://github.com/awslabs/aws-sam-cli/commit/fb06abe78f2763c2d0b38fdf2808569aa6932668) - feat(cli-logs): Configure and format SAM CLI logging to console (#1118)
* [55d55ca](http://github.com/awslabs/aws-sam-cli/commit/55d55ca3608a668cd1bd892833366b423df135c1) - Update the .NET Core project template (#1226)
* [00f6c20](http://github.com/awslabs/aws-sam-cli/commit/00f6c20fd88d0e2a4ae47bb802f4eeab1c6fb786) - fix: fix unit tests so that they pass on windows (#1307)
* [45a6841](http://github.com/awslabs/aws-sam-cli/commit/45a68417999295a516808aca4483263725e19169) - Fix Flake8
* [360d90a](http://github.com/awslabs/aws-sam-cli/commit/360d90aa560e0b2bb926ad037729ae160ebf17f6) - Revert "fix: Respect zipped symlinks (#1140)"
* [2368c33](http://github.com/awslabs/aws-sam-cli/commit/2368c33882182fe8577b7e9b352c4646b255c8ff) - feat(start-api): CloudFormation AWS::ApiGateway::RestApi support (#1238)
* [6e083a9](http://github.com/awslabs/aws-sam-cli/commit/6e083a974b83cb3605cdbca6d2da7948d8eba410) - feat(start-api): CloudFormation AWS::ApiGateway::Stage Support (#1239)
* [2d95111](http://github.com/awslabs/aws-sam-cli/commit/2d951116b83a5c68ab4f30bf1405315b8539a5ab) - warning: deprecation warning message - Python 2.7 (#1306)
* [78d4f82](http://github.com/awslabs/aws-sam-cli/commit/78d4f82c0a185cfd99eb2ab3ccc4a4c6053ebd39) - Fix unit tests so they pass on appveyor
* [0c6c50e](http://github.com/awslabs/aws-sam-cli/commit/0c6c50ec2148c0710a94b1bcdca0346886705afa) - design: CloudFormation ApiGateway support design (#1234)
* [2f96a9a](http://github.com/awslabs/aws-sam-cli/commit/2f96a9aa182ae85a34cb835419589cdad697682f) - desgin: Intrinsics Design Doc (#1260)
* [5e15771](http://github.com/awslabs/aws-sam-cli/commit/5e1577103728f4fe927ffce2605ec89209755444) - feat(init): Update all READMEs to match new NodeJS README (#1321)
* [852ea84](http://github.com/awslabs/aws-sam-cli/commit/852ea84b8252e159309773ee93fc459802a1e2a0) - docs: Refresh Init READMEs (#1308)
* [ca93e83](http://github.com/awslabs/aws-sam-cli/commit/ca93e8361b8b6318a7bc14be9a57347eda03a477) - feat: Intrinsics support (#1261)
* [b1b47d8](http://github.com/awslabs/aws-sam-cli/commit/b1b47d803ab21aac1bc869f98d1b439bdd539a4b) - chore: Update aws-sam-translator Dependency (#1330)
* [079e7a9](http://github.com/awslabs/aws-sam-cli/commit/079e7a927ee20b80903852f6da8029d4086c889b) - fix(start-api): Allow Integer body in Lambda response (#1263)
* [7790659](http://github.com/awslabs/aws-sam-cli/commit/779065910926c7a5a06f6e403b0f7a2fad3030aa) - feat: CloudFormation AWS::ApiGateway::Methods and AWS::ApiGateway::Resources support (#1247)
* [ec19bfb](http://github.com/awslabs/aws-sam-cli/commit/ec19bfbd971f4af0fdea51ba5c71fc5fbdab7e1a) - feat(start-api): Cors Support (#1242)
* [71e5239](http://github.com/awslabs/aws-sam-cli/commit/71e5239a087e01c9798a0c4064b50e36b4e721eb) - chore: Migrate from Travis to AppVeyor for Linux builds (#1334)
* [c09f470](http://github.com/awslabs/aws-sam-cli/commit/c09f470f458f33c6645e42ef21eb762fb43f1eaf) - feat: Resolve Intrinsics Functions in template (#1333)
* [156fba8](http://github.com/awslabs/aws-sam-cli/commit/156fba81d16919fac2af7359f56315934c8bc6f6) - feat(invoke): Fetch amazon/lambda-build-node10.x build image (#1335)
* [40468a7](http://github.com/awslabs/aws-sam-cli/commit/40468a7e6e9286a25997a12dfd477f9069841a0d) - chore: Version bump for 0.20.0 release (#1341)
* [9c0cfd3](http://github.com/awslabs/aws-sam-cli/commit/9c0cfd309134bc5f4b0fd867b696974c38391860) - bugfix/integrate_intrinsics (#1343)
* [6193f59](http://github.com/awslabs/aws-sam-cli/commit/6193f595216532a9a1d1e8bb445171448df85918) - Add OSError Handling to GlobalConfig
* [8ace1bf](http://github.com/awslabs/aws-sam-cli/commit/8ace1bfdbd07c9c6bcbf125230331e998cf66915) - Add Unit Test for OSError Case

0.20.0

Not secure
* [e218d29](http://github.com/awslabs/aws-sam-cli/commit/e218d29009bba6e13a22fc026e266a8d0ffa2496) - chore: Update version to 0.20.1
* [3dcf69b](http://github.com/awslabs/aws-sam-cli/commit/3dcf69babe2ed08eba409458bc2e4d2e04ef42c9) - feat: Smoke test using several templates from SAR (#1357)
* [05d1bd8](http://github.com/awslabs/aws-sam-cli/commit/05d1bd838a10859ce89ce4d979ee915a89b51487) - fix: sam commands in lifecycle app order in help command (#1361)
* [a7b221d](http://github.com/awslabs/aws-sam-cli/commit/a7b221d92f6472540a3ee1b56b79b840d1b4152b) - fix: Build crashes when printing message on Windows when code is in a different drive (#1337)
* [e192c39](http://github.com/awslabs/aws-sam-cli/commit/e192c39db9d3dbdc19bbd278e4e4c8ecd385c099) - chore: Run Smoke Test as part of Py37 job (#1364)
* [6e5e357](http://github.com/awslabs/aws-sam-cli/commit/6e5e3577a200901fa3ab0270776c0b217ba88ae4) - fix: python3.7 build integration tests (#1370)
* [db1d6c8](http://github.com/awslabs/aws-sam-cli/commit/db1d6c8acd76968b47f9aa4e3c664d399bbb1196) - generate sample events for amazon connect (#1347)
* [1e98a14](http://github.com/awslabs/aws-sam-cli/commit/1e98a14769f0c83da9e786ffbef2a62158c006f6) - fix: Use explicit memory settings for Java cookie cutters (#1340)
* [e1b8890](http://github.com/awslabs/aws-sam-cli/commit/e1b88906469ff543d3178a466c8e77128a510390) - chore: Bump AWS Lambda Builders to v0.4.0 (#1368)
* [e644370](http://github.com/awslabs/aws-sam-cli/commit/e6443706e4e83d47f8d96d3a053ffb5db6d07800) - version: pin aws-sam-translator to 1.11.0 (#1371)
* [3b2200d](http://github.com/awslabs/aws-sam-cli/commit/3b2200d6c4cea7335d81f6f83ec130256dc0b4b1) - chore: version bump to 0.21.0 (#1372)
* [18908c1](http://github.com/awslabs/aws-sam-cli/commit/18908c16a685b14c72b8abebc91e5af3c6a75a75) - Revert "Revert "release: 0.20.0"" (#1377)
* [9b13e93](http://github.com/awslabs/aws-sam-cli/commit/9b13e9390d0ae10bf0d3cdfaf3f449cde9b460b7) - fix: set youtube link in readme (#1378)

0.19.0

Not secure
Telemetry for SAM CLI
SAM CLI is adding telemetry. In addition to existing feedback, telemetry allows us to better understand our customer’s needs, common CLI scenarios and existing issues. The information collected will include generic usage metrics, system and environment information, and errors. These generic metrics will inform our product decisions and help us continue to deliver features and enhancements that improve the customer experience.

Read [1272](https://github.com/awslabs/aws-sam-cli/issues/1272) for more information on the user experience and opt-out instructions.

Changelog
* Revert "feat(start-api): CloudFormation AWS::ApiGateway::RestApi support
* feat: Telemetry Implementation (1287)
* chore: Bumping to v0.19.0 and updating Telemetry Opt-Out URL (1288)
* fix: More robust connections to telemetry backend (1289)
* fix: Update telemetry prompt wording (1294)
* feat: Set execution environment when calling AWS CLI (1297)

Page 31 of 37

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.