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

1.50.0

Not secure
What's Changed
* fix: iac canaries by mndeveci in https://github.com/aws/aws-sam-cli/pull/3874
* fix: Lock functions from building with same codeuri at the same time by mildaniel in https://github.com/aws/aws-sam-cli/pull/3862
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/3869
* fix: Use abs path to upload stackset template on S3 by maintux in https://github.com/aws/aws-sam-cli/pull/3818
* fix: Add in trace event revision to prevent partial trace printing by qingchm in https://github.com/aws/aws-sam-cli/pull/3876
* chore: bump version to 1.50.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/3878


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.49.0...v1.50.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.50.0.sierra.bottle.tar.gz** | `2a189043cdddbe1cb99adfddd187c270113732615044f10b7463ab654e0c95bc`
**aws-sam-cli-1.50.0.x86_64_linux.bottle.tar.gz** | `9bf73e789558ab65e14900ceefc2a2dfcc39faf2c84245f984ae564ebb5ff86d`
**AWS_SAM_CLI_64_PY3.msi** | `921feb9fedc68264e163b5f1c3d2c53bb918acb2536f818d98efdb85ef42e955`
**aws-sam-cli-linux-x86_64.zip** | `093fc2cc40b098321dcc8635abe468642b72f8658821c9243a9357e400734207`

1.49.0

Not secure
What's Changed
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/3849
* feat: Added Support for Test Account Management by CoshUS in https://github.com/aws/aws-sam-cli/pull/3845
* fix: command should not fail when global config fails to write by mndeveci in https://github.com/aws/aws-sam-cli/pull/3859
* Bump Lambda Builder version to 1.16.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/3865
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/3867
* Nodejs16 support for samcli (419) by hawflau in https://github.com/aws/aws-sam-cli/pull/3866
* chore: Version bump to 1.49.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/3868

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.48.0...v1.49.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.49.0.sierra.bottle.tar.gz** | `81e2b407b6f5ae525ac53b21c489cfd8ef9fa35d1411918e7a54388a37b34577`
**aws-sam-cli-1.49.0.x86_64_linux.bottle.tar.gz** | `cb9c0f81a2b1e7d0c0f61c062478a06388b5892ff29627fedd016fcbdf88b11f`
**AWS_SAM_CLI_64_PY3.msi** | `661c18c7d0b3af7641507daf0be5371a6002550be4201388bc9cf635754fd7b6`
**aws-sam-cli-linux-x86_64.zip** | `3ccd19d6a9962bb5677550dc0ef75e9837882e5ec91a750b197190fd22018502`

1.48.0

Not secure
Changes:
* feat: sam init support for x-ray tracing by jonife in https://github.com/aws/aws-sam-cli/pull/3817
* fix: sam init schema integration tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/3839
* 3826: print the appropriate message for the nested stack by stavros-zavrakas in https://github.com/aws/aws-sam-cli/pull/3827
* chore: store stack resources in memory by moelasmar in https://github.com/aws/aws-sam-cli/pull/3832
* fix: deploy and init integration tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/3847
* chore: bump version to 1.48.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/3848

New Contributors
* stavros-zavrakas made their first contribution in https://github.com/aws/aws-sam-cli/pull/3827

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.47.0...v1.48.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.48.0.sierra.bottle.tar.gz** | `4d99a85e052326fc07245fd8a5982a1430d971ae6cb3d229ee96d91a8388ca0c`
**aws-sam-cli-1.48.0.x86_64_linux.bottle.tar.gz** | `32a8a6185ad52a5be7cb388fb86eaf701a2225c593e5c85f8094921d7bfaee7e`
**AWS_SAM_CLI_64_PY3.msi** | `9323c8bcd9e02f3b778ec537d2691497946f8cb088085a983d9b7b29d29d09fa`
**aws-sam-cli-linux-x86_64.zip** | `67c2009aeec76940bd9def0e5dfab2c1d16269fc632a90a976a2b3436d99bc99`

1.47.0

Not secure
Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.47.0.sierra.bottle.tar.gz** | `a389f7b417b3f1f426d52a857b688ec3b00c06208ea5b4e79acec5eefdcce626`
**aws-sam-cli-1.47.0.x86_64_linux.bottle.tar.gz** | `485f2e9c4b6bf6cf4d855dbfc203020a60b46762649df0d1d63beddb19b99c9d`
**AWS_SAM_CLI_64_PY3.msi** | `2c2001efdba3e2f76d8d40cfe3ade04797600bd031d4e5ec8ac1c99605932530`
**aws-sam-cli-linux-x86_64.zip** | `29b00c0332adb1ac43fa2b2fd284f5b3aab933d843038c9e43cc55386db68aff`

What's Changed
* fix: Add support for extracting cors options from apigw method resource by mildaniel in https://github.com/aws/aws-sam-cli/pull/3574
* bind samcli version to certain commit of app template by mingkun2020 in https://github.com/aws/aws-sam-cli/pull/3815
* fix: use original function and layer build definition after updating manifest and codeuri hashes by mndeveci in https://github.com/aws/aws-sam-cli/pull/3653
* chore: sam logs integration tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/3607
* chore: Bump pylint version by hawflau in https://github.com/aws/aws-sam-cli/pull/3825
* fix: accept CDK resource path that does not end with /Resource by moelasmar in https://github.com/aws/aws-sam-cli/pull/3835
* Adding sam validate to cli output by praneetap in https://github.com/aws/aws-sam-cli/pull/3833
* chore: add gh action to update app templates hash by mndeveci in https://github.com/aws/aws-sam-cli/pull/3838
* chore: Bump lambda builders version by mildaniel in https://github.com/aws/aws-sam-cli/pull/3840
* fix: wait for socket connection before invoking/executing function in local invoke, start-api, etc. by torresxb1 in https://github.com/aws/aws-sam-cli/pull/3831
* Fix tests to not depend on changeable value by hawflau in https://github.com/aws/aws-sam-cli/pull/3842
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/3841
* chore: bump version to 1.47.0 by torresxb1 in https://github.com/aws/aws-sam-cli/pull/3844

New Contributors
* github-actions made their first contribution in https://github.com/aws/aws-sam-cli/pull/3841

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.46.0...v1.47.0

1.46.0

Not secure
Changes:
* SAM INIT support for custom runtimes by jonife in https://github.com/aws/aws-sam-cli/pull/3726

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.45.0...v1.46.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.46.0.sierra.bottle.tar.gz** | `35e65d4a3a5d16357d8f830249c0fea2679366e44efd4b80d96649741b6c9de3`
**aws-sam-cli-1.46.0.x86_64_linux.bottle.tar.gz** | `61d287020ef4470648a1c95f7645d1bcaf184d3fbc7cc1b4a3804cb77fc68625`
**AWS_SAM_CLI_64_PY3.msi** | `35fba95afb71826f5e74471adf5776e84af1fce056968ff61f76476d64a90b32`
**aws-sam-cli-linux-x86_64.zip** | `b393b2500e117b662397e07a615ea6c08e9db5b8e16bc70c0bddb960752d5f08`

1.45.0

Not secure
What's Changed
* fix: Update expected values for sync integration tests by qingchm in https://github.com/aws/aws-sam-cli/pull/3801
* chore: update to aws-sam-translator 1.45.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/3804
* Function Url Auth Type Prompt (416) by jonife in https://github.com/aws/aws-sam-cli/pull/3805
* chore: bump version to 1.45.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/3806


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.44.0...v1.45.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.45.0.sierra.bottle.tar.gz** | `9c321258bfb1d06222b63fabfa0fb3447b365756a4046b3a7384c964569e7c7f`
**aws-sam-cli-1.45.0.x86_64_linux.bottle.tar.gz** | `ab64704b3c8a47e8f35d4b6a82bbb0b2d17e960aac8e2e77b70c5f7b6eb5a2c7`
**AWS_SAM_CLI_64_PY3.msi** | `66fe51713c79edc4d1caff2909a7b5d68c0f952fec4c15aaaae05384bc18a189`
**aws-sam-cli-linux-x86_64.zip** | `9d0d0af34b2da5b78eb649a7dd9c34670df6c2b0d7fe82a62ec810c716069f54`

Page 16 of 37

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.