Aws-sam-cli

Latest version: v1.116.0

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

Scan your dependencies

Page 10 of 34

1.65.0

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

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

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`

1.62.0

What's Changed
* chore: Enforce Pytest Warnings by jfuss in https://github.com/aws/aws-sam-cli/pull/4339
* chore: bump golang version in CI jobs by mndeveci in https://github.com/aws/aws-sam-cli/pull/4352
* fix: regresssion on `sam delete` by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4362
* Updated readme by praneetap in https://github.com/aws/aws-sam-cli/pull/4367
* Extract full file name from Dockerfile path by christiangaetano in https://github.com/aws/aws-sam-cli/pull/4360
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4372
* Update aws-sam-cli-bot as user for internal pr labels by hawflau in https://github.com/aws/aws-sam-cli/pull/4376
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4374
* Publish pytesttest reports as artifacts in canary jobs by hawflau in https://github.com/aws/aws-sam-cli/pull/4333
* Use the same DockerContext and Dockerfile paths as the CDK is using by i18n-tribe in https://github.com/aws/aws-sam-cli/pull/4074
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4381
* exclude installer dir in build by hawflau in https://github.com/aws/aws-sam-cli/pull/4389
* chore: bump version to 1.62.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/4393
* chore: bump SamTranslator version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4402

New Contributors
* christiangaetano made their first contribution in https://github.com/aws/aws-sam-cli/pull/4360
* i18n-tribe made their first contribution in https://github.com/aws/aws-sam-cli/pull/4074

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.61.0...v1.62.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.62.0.sierra.bottle.tar.gz** | `da8ab710ac805c52bdc2026e2ee4b5f5345004f6b438e50f88997c2b442de77d`
**AWS_SAM_CLI_64_PY3.msi** | `925af1645ea5573ce1d114480cc287094a9f65cb7644aee74e252c8bb05c6bb1`
**aws-sam-cli-linux-x86_64.zip** | `90432cfe161f67cbc242d75dd2488e31eabacc3ff1ac51deb1726805beeb5586`

1.61.0

Changes:

What's Changed
* fix: Fixed requiring dep manager when using location flag by lucashuy in https://github.com/aws/aws-sam-cli/pull/4288
* Update options.py help message by ccannell67 in https://github.com/aws/aws-sam-cli/pull/4293
* Remove conflict test case by xazhao in https://github.com/aws/aws-sam-cli/pull/4306
* Fix integration test by xazhao in https://github.com/aws/aws-sam-cli/pull/4312
* chore: fix typo in sam local tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/4313
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4320
* fix: add `MaxAttempts` to `sam delete` by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4321
* Get TrimGoPath from build properties by scrofungulus in https://github.com/aws/aws-sam-cli/pull/4300
* chore: Upgrade Click and Flask by jfuss in https://github.com/aws/aws-sam-cli/pull/4326
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4332
* chore: bump version to 1.61.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/4336
* fix: pin flask version, suppress flask output, fix integration tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/4341
* fix: pin Werkzeug version under 2.1 as well by mndeveci in https://github.com/aws/aws-sam-cli/pull/4345

New Contributors
* ccannell67 made their first contribution in https://github.com/aws/aws-sam-cli/pull/4293
* scrofungulus made their first contribution in https://github.com/aws/aws-sam-cli/pull/4300

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.60.0...v1.61.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.61.0.sierra.bottle.tar.gz** | `325134b896f97cdb62ae38d72bba6a8818ad5cafe2e4bf0518374f9597433102`
**AWS_SAM_CLI_64_PY3.msi** | `f5b2c7bc8041e9d14ca3c797f0fe4ce0d44f64d37b3cf9a4dcc10cf3f0d0185a`
**aws-sam-cli-linux-x86_64.zip** | `6bfda0aa31bb3907a50cbab547928443c83a9346544de54d092c90a73c15a213`

1.60.0

What's Changed
* feat: skip sync confirmation for subsequent runs by mndeveci in https://github.com/aws/aws-sam-cli/pull/4276
* feat: use watch and code flags at the same time by mndeveci in https://github.com/aws/aws-sam-cli/pull/4273
* chore: fix sam sync integ tests after latest changes by mndeveci in https://github.com/aws/aws-sam-cli/pull/4286
* chore: bump SamTranslator version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4294
* Fix pipeline template generation from custom git repositories by kfr2 in https://github.com/aws/aws-sam-cli/pull/4207
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4301
* Feat/sam pipeline OIDC by xazhao in https://github.com/aws/aws-sam-cli/pull/4270
* chore: bump version to 1.60.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/4302


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.59.0...v1.60.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.60.0.sierra.bottle.tar.gz** | `742a1ea4de06e88336b70b578064f51d12a1f8756241b23650dcfc4ecbd2e14a`
**aws-sam-cli-1.60.0.x86_64_linux.bottle.tar.gz** | `107f8c9e733f3bf25c9bd98f396e619ef716f80f468da7489e30b84d5b594471`
**AWS_SAM_CLI_64_PY3.msi** | `d7fb243b69600cd416b33e7b1d82dc15ecc9dd784775401739f8ec1ddbd01774`
**aws-sam-cli-linux-x86_64.zip** | `7e768e7ea90203b7f3a685d4635837e6f8aa2c90ca0e0bda172528ec1581a4cf`

Page 10 of 34

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.