Aws-sam-cli

Latest version: v1.137.0

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

Scan your dependencies

Page 13 of 37

1.68.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/4502
* fix: Updated command tracker to capture hook exceptions by lucashuy in https://github.com/aws/aws-sam-cli/pull/4480
* ci: add gh action to generate and test pyinstaller zip file by mndeveci in https://github.com/aws/aws-sam-cli/pull/4487
* Update pyinstaller to include modules under samcli dir as hidden imports by hawflau in https://github.com/aws/aws-sam-cli/pull/4458
* ci: validate hidden imports during unit & integration tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/4503
* fix: move "set -eu" after setting all variables by mndeveci in https://github.com/aws/aws-sam-cli/pull/4508
* adds support of CodeS3Location in AppSyncFunctionConfiguration by roh-hitiq in https://github.com/aws/aws-sam-cli/pull/4463
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4504
* ci: fix canary failures by mndeveci in https://github.com/aws/aws-sam-cli/pull/4511
* chore(deps): bump wheel from 0.36.2 to 0.38.1 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4517
* update pyopenssl dep to fix 4527 by reaperhulk in https://github.com/aws/aws-sam-cli/pull/4528
* chore(deps): bump setuptools from 54.2.0 to 65.5.1 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4518
* chore: bump version to 1.68.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/4532
* CVE-2007-4559 Patch by TrellixVulnTeam in https://github.com/aws/aws-sam-cli/pull/4499
* chore: Update development guide to include information on dependency updates by qingchm in https://github.com/aws/aws-sam-cli/pull/4476
* Revert "CVE-2007-4559 Patch" by hawflau in https://github.com/aws/aws-sam-cli/pull/4535

New Contributors
* roh-hitiq made their first contribution in https://github.com/aws/aws-sam-cli/pull/4463
* reaperhulk made their first contribution in https://github.com/aws/aws-sam-cli/pull/4528
* TrellixVulnTeam made their first contribution in https://github.com/aws/aws-sam-cli/pull/4499

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.67.0...v1.68.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.68.0.sierra.bottle.tar.gz** | `7a51b8d349b69f17a90bf29eecd064b6f14c0965aaf573be4997e0adda7cb530`
**AWS_SAM_CLI_64_PY3.msi** | `4fd64109b8b90d017ebad35d878d43c8947a014bb6eafa922494cceef1169383`
**aws-sam-cli-linux-x86_64.zip** | `a44a63282d6810528b0ccf278ae2bedfe85f4c2a5e92c9fd8a91a797b735c65f`
**aws-sam-cli-macos-x86_64.pkg** | `979c4cf86f460b2542a64846c34522b6857ea34da495d4ba3323cd649340d3af`
**aws-sam-cli-macos-arm64.pkg** | `f6bbded290a6d33fa65df822fc1c36ab4dbda7c39cd83ed060a1ef3c3bb04cc4`

1.67.0

Not secure
Changes:
* fix: implicit api warnings by mndeveci in https://github.com/aws/aws-sam-cli/pull/4452
* Added Next Command Suggestions by Harleenijjar in https://github.com/aws/aws-sam-cli/pull/4441
* Add error messages to conflict options by xazhao in https://github.com/aws/aws-sam-cli/pull/4350
* Add type-stubs and remove redundant ignores by Avasam in https://github.com/aws/aws-sam-cli/pull/4297
* chore: Terraform prepare hook refactor by lucashuy in https://github.com/aws/aws-sam-cli/pull/4454
* chore(deps): bump cryptography from 38.0.1 to 38.0.3 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4464
* chore(deps): bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld by dependabot in https://github.com/aws/aws-sam-cli/pull/4466
* chore: Allow closed issue message Action to write on Issues by jfuss in https://github.com/aws/aws-sam-cli/pull/4465
* feat: run make pr on ubuntu-latest by hoffa in https://github.com/aws/aws-sam-cli/pull/4456
* chore: Add retry for sam sync race condition tests by qingchm in https://github.com/aws/aws-sam-cli/pull/4459
* chore: Update Closed Stale Issues Github Action by jfuss in https://github.com/aws/aws-sam-cli/pull/4469
* chore: Move Close Stale issues to manual workflow for testing by jfuss in https://github.com/aws/aws-sam-cli/pull/4471
* fix: change permissions on package universally by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4462
* chore(deps): bump certifi from 2020.12.5 to 2022.12.7 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4468
* chore: Update third party license information on certifi version update by qingchm in https://github.com/aws/aws-sam-cli/pull/4477
* Adding cfn-lint as optional parameter for SAM validate command by cdavidxu-hub in https://github.com/aws/aws-sam-cli/pull/4444
* fix: Fix validate command integration tests console output missmatch and update pyyaml version requirement by qingchm in https://github.com/aws/aws-sam-cli/pull/4479
* fix: use resource type instead of resource id for deciding zip method by mndeveci in https://github.com/aws/aws-sam-cli/pull/4485
* fix: `pyinstaller` binaries by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4486
* feat: app insights monitoring integration for sam init by vsukameti in https://github.com/aws/aws-sam-cli/pull/4369
* Update lint help and output message by cdavidxu-hub in https://github.com/aws/aws-sam-cli/pull/4489
* fix: Update expected message read for ADL sync code watch integration test by qingchm in https://github.com/aws/aws-sam-cli/pull/4488
* fix: `hooks` data imports for pyinstaller by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4491
* chore: remove redundant debug parameter for sync integration tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/4493
* revert: remove cfn-lint integration by mndeveci in https://github.com/aws/aws-sam-cli/pull/4494
* chore: bump version to 1.67.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/4497

New Contributors
* Harleenijjar made their first contribution in https://github.com/aws/aws-sam-cli/pull/4441
* Avasam made their first contribution in https://github.com/aws/aws-sam-cli/pull/4297
* cdavidxu-hub made their first contribution in https://github.com/aws/aws-sam-cli/pull/4444
* vsukameti made their first contribution in https://github.com/aws/aws-sam-cli/pull/4369

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.66.0...v1.67.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.67.0.sierra.bottle.tar.gz** | `49bfedd38eb4620e4217dc0cb2fb0d6662c97e1330be832a5b2cf11b1157e043`
**AWS_SAM_CLI_64_PY3.msi** | `aa4180827878b2ec18547f5f7152cc7c788aab140e299db6f8550af4f422d847`
**aws-sam-cli-linux-x86_64.zip** | `74264b224f133461e324e7877ed8218fe38ac2320ba498024f0c297de7bb3e95`
**aws-sam-cli-macos-x86_64.pkg** | `e070e8da15792c67fd4f19357cc5cb20fa28cc111a0e21832614515f23928afc`
**aws-sam-cli-macos-arm64.pkg** | `95a3731ebf691b3552323e31636d69851fe1b6230cd86f004a53c04f383c984b`

1.66.0

Not secure
What's Changed
* chore: Clarify note about code building on `sam local start-api` by yuyokk in https://github.com/aws/aws-sam-cli/pull/4423
* fix: fix HookFunctionality import error for pyinstaller by moelasmar in https://github.com/aws/aws-sam-cli/pull/4430
* chore: bump version to 1.66.0 by moelasmar in https://github.com/aws/aws-sam-cli/pull/4431
* chore: bump version to 1.65.1 by moelasmar in https://github.com/aws/aws-sam-cli/pull/4433
* chore: revert version to 1.65.0 by moelasmar in https://github.com/aws/aws-sam-cli/pull/4437
* feat: MacOS PyInstaller build spec and update on licenses by qingchm in https://github.com/aws/aws-sam-cli/pull/4442
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4435
* fix: set `flaky` marker on sam publish tests by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4429
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4421
* fix: updated linux pyinstaller script by hnnasit in https://github.com/aws/aws-sam-cli/pull/4445
* chore: bump version to 1.66.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/4447
* fix: fix sam init schema tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/4448
* chore: bump SamTranslator version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4450

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

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.65.0...v1.66.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.66.0.sierra.bottle.tar.gz** | `33cbc4f9fab6f08c96b253db6d976858317016a71056dc9489f573a9d2655982`
**AWS_SAM_CLI_64_PY3.msi** | `63e28474d1a11051aa898896a17bcbe23e31389563196c23c16d6169a89874d5`
**aws-sam-cli-linux-x86_64.zip** | `5509b02d5eb80b6d249bf485c4badd842769ee87c9c76c1825430011d45a2242`
**aws-sam-cli-macos-x86_64.pkg** | `91d8bfbb9462e7916a0aa2b47bc563cbb781c7eb539ac6da6ae0c12980667273`
**aws-sam-cli-macos-arm64.pkg** | `1a7e99bfcf898a8dfff7032a729ac52c3482461936901fae215347087bf9000e`

1.65.0

Not secure
What's Changed
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4419
* feat: nodejs18.x support for samcli by mndeveci in https://github.com/aws/aws-sam-cli/pull/4418
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4420
* chore: Add CODEOWNERS file by jfuss in https://github.com/aws/aws-sam-cli/pull/4416
* chore: bump version to 1.65.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/4425


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.64.0...v1.65.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.65.0.sierra.bottle.tar.gz** | `f135d93f1295911b154dce9708e44e88d9d4ce140fee44b7b591a5478602c59f`
**AWS_SAM_CLI_64_PY3.msi** | `4e538657170270336b2185ecc59f1c04dbf914e4f9c8548e9b21238bf26588af`
**aws-sam-cli-linux-x86_64.zip** | `a52e60ba106227f5707f0ae017297189d24b59855654d2d2b09213116beef551`

1.64.0

Not secure
What's Changed
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4411
* feat: add dotnet7 build method (428) by mndeveci in https://github.com/aws/aws-sam-cli/pull/4410
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4413
* chore: bump version 1.64.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/4414


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.63.0...v1.64.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.64.0.sierra.bottle.tar.gz** | `ce81151874b5fb8ed98056ed6e17244367e9eb81d0a94ee68085be5936476208`
**AWS_SAM_CLI_64_PY3.msi** | `2ed2db814c14821023ef0e614b2486fad0d43c99e1b00ba85dba55fdbda8a147`
**aws-sam-cli-linux-x86_64.zip** | `8e072f913c6be9e8ce8ee3295f2baa51b3136449abd3fb0029e0e0409224fe13`

1.63.0

Not secure
Changes:
- feat: Terraform support ([4373](https://github.com/aws/aws-sam-cli/commit/75f2071204acaae4a6be5118638a44e52e9794a5))
- feat: display more helpful message when encountering Windows long path problem ([4328](https://github.com/aws/aws-sam-cli/commit/87ba4c4ad9ab1d1708e6b7f73fcfd93056a4c5de))

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.63.0.sierra.bottle.tar.gz** | `ae455b56002439edfdd12bf67a0f211d38c5ca09e2a7dc805a7d3980344c173d`
**AWS_SAM_CLI_64_PY3.msi** | `4b3f473b51cde79e1fab76da6d481a54973729b9a08618c1a236918dd1be79e4`
**aws-sam-cli-linux-x86_64.zip** | `a57fdf3d2c0db2fb79a4c110cf04ab681c77e2b5799fdc62db60eb071872d42d`

Page 13 of 37

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.