Aws-sam-cli

Latest version: v1.116.0

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

Scan your dependencies

Page 6 of 34

1.87.0

[2dc6390](https://api.github.com/repos/aws/aws-sam-cli/commits/2dc639039e2451060ae02a579fd8b1df80ce1e7a) - Revert app templates gha (#5356)
[77d2b95](https://api.github.com/repos/aws/aws-sam-cli/commits/77d2b95b8806638b9093a7a22fd42dc7a6d45ece) - refactor: make remote invoke reactive to display results as soon as they are available (#5359)
[fd09a41](https://api.github.com/repos/aws/aws-sam-cli/commits/fd09a41358e6e8e45ff4f5d54dbef0a5795fe244) - refactor init_clients in sam delete (#5360)
[7803782](https://api.github.com/repos/aws/aws-sam-cli/commits/7803782f3acc30a718c7d9fd0b11dfe3d8ada501) - chore: update aws-sam-translator to 1.69.0 (#5370)
[04c498a](https://api.github.com/repos/aws/aws-sam-cli/commits/04c498a5fd3ad7b0f80c72d4d556fc9f0f702ef5) - feat: sam remote invoke help text and UX fixes (#5366)
[d70864e](https://api.github.com/repos/aws/aws-sam-cli/commits/d70864e9a281d02ac91b1a3804191ea567da6b65) - chore: temporary pin python version to 3.7.16 (#5384)

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.87.0.sierra.bottle.tar.gz** | `daf65b06d9c12d7eca667370900b9feadf9363765babb5a3b012978f46909876`
**AWS_SAM_CLI_64_PY3.msi** | `e02dd3185045b2b48f848c6bf9fdddd795df11378e079333e6d9c07d69b57938`
**aws-sam-cli-linux-x86_64.zip** | `2f5548cfca70a4059e88a3a4f4ed38fdd21c17a38e76c1b0bc6fb1ffc28fbfc9`
**aws-sam-cli-linux-x86_64.zip.sig** | `65afde6d6bbc72e81b4072f13e0bc9ac6b760bf5bcad9b6eddf974fda7151a37`
**aws-sam-cli-macos-x86_64.pkg** | `e87dcb465c0330577ce71d91f089d40f3ab4ae331fc25d3fabdfaf3bdcfe3fcf`
**aws-sam-cli-macos-arm64.pkg** | `7fc92d7faed8bb2e7c1e214279b9f390c0959a03526120331f5b9f8325d0b23a`

1.86.1

Known issues
We discovered issues related to Docker API calls on Windows for AWS SAM CLI version between v1.85.0 and v1.86.1, causing certain AWS SAM CLI commands fail to execute. See https://github.com/aws/aws-sam-cli/issues/5243 for details. We are actively working on fixing those issues and releasing a new version. Until then, the default MSI installer (`AWS_SAM_CLI_64_PY3.msi`) in this (latest) version is replaced with v1.84.0. Customers who want to use v1.86.1 on Windows can use `AWS_SAM_CLI_64_PY3-86_1.msi` to install that version.

What's Changed
* Revert "fix: add 3.11 to classifiers and upgrade Docker (5225)" by mndeveci in https://github.com/aws/aws-sam-cli/pull/5276


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.86.0...v1.86.1

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.86.1.sierra.bottle.tar.gz** | `9eede60af9eb5d2e084b2826c8b6a7acff07ea8dd9a30c08baf8120fdb923138`
**AWS_SAM_CLI_64_PY3.msi** | `9d381f63a2d537dd322ef024ef6f0b2d4c91f94d2d62864d5de3373cbce5c518`
**AWS_SAM_CLI_64_PY3-86_1.msi** | `a12acbbc5e6b5f377b5e9276f8a80246f0be66dd931eb096313bd1aea836fcec`
**aws-sam-cli-linux-x86_64.zip** | `c90d664290947bdfc9e0534020a84bebd3788cfc24a5c2b58c8611808ee1e92b`
**aws-sam-cli-linux-x86_64.zip.sig** | `78a645cdd1af8171e74789764c7386101175ce92d859ce38f2a2b721dba990e2`
**aws-sam-cli-macos-x86_64.pkg** | `0dedee219dc8652520e39bc71399bd84a06891e764686e3fe690bffce670e6c9`
**aws-sam-cli-macos-arm64.pkg** | `93a2e56302d2519115754e7901fff0b2c749059d39e783d38a754c2852e03548`

1.86.0

What's Changed
* chore: use the SAR Application created in testing accounts by moelasmar in https://github.com/aws/aws-sam-cli/pull/5221
* chore: update aws_lambda_builders to 1.32.0 by github-actions in https://github.com/aws/aws-sam-cli/pull/5215
* feat: Added linking Gateway Method to Lambda Authorizer by lucashuy in https://github.com/aws/aws-sam-cli/pull/5228
* feat: Return early during linking if no destination resources are found by lucashuy in https://github.com/aws/aws-sam-cli/pull/5220
* chore: Strengthen wording on "no Auth" during deploy by jfuss in https://github.com/aws/aws-sam-cli/pull/5231
* feat: Link Lambda Authorizer to Rest API by lucashuy in https://github.com/aws/aws-sam-cli/pull/5219
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5242
* fix: handle edge cases with function sync flow in sam sync command by mndeveci in https://github.com/aws/aws-sam-cli/pull/5222
* chore: Upgrade Mac installer to Py3.11 by jfuss in https://github.com/aws/aws-sam-cli/pull/5223
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5245
* Revert "chore: Upgrade Mac installer to Py3.11" by hawflau in https://github.com/aws/aws-sam-cli/pull/5252
* fix: add 3.11 to classifiers and upgrade Docker by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5225
* fix: fix build and deploy SAR integration test cases by moelasmar in https://github.com/aws/aws-sam-cli/pull/5244
* chore(deps): bump markupsafe from 2.1.2 to 2.1.3 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5257
* chore(deps): bump pydantic from 1.10.7 to 1.10.8 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5258
* feat: Add click command for cloud invoke command by hnnasit in https://github.com/aws/aws-sam-cli/pull/5238
* chore(deps-dev): bump boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray] from 1.26.131 to 1.26.146 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5256
* pin pytest-metadata to avoid its breaking change by hawflau in https://github.com/aws/aws-sam-cli/pull/5261
* chore: update aws_lambda_builders to 1.33.0 by github-actions in https://github.com/aws/aws-sam-cli/pull/5262
* chore: Add python3.11 to canaries by mildaniel in https://github.com/aws/aws-sam-cli/pull/5263
* Artifact export for GraphQLApi by ssenchenko in https://github.com/aws/aws-sam-cli/pull/5250
* chore: bump version to 1.86.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/5266
* fix: add constant str for enums to support deepcopy operation by mndeveci in https://github.com/aws/aws-sam-cli/pull/5265


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.85.0...v1.86.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.86.0.sierra.bottle.tar.gz** | `7d5671a480402afcd17f86daab78e25a34890ee889cb6f85e46ab24748cb0daf`
**AWS_SAM_CLI_64_PY3.msi** | `f26da91f86d7898c3dba040f774fc2dd6a6fce80ba92afaf1fbf0874711e2567`
**aws-sam-cli-linux-x86_64.zip** | `c7b95cefb581d8dc171dda90e79755ef721f02f37b42267586c1aa181da27dd6`
**aws-sam-cli-linux-x86_64.zip.sig** | `2613ae2f5b49fc4c02275f32b31e6d3b20b563a0c3fffa67638a0aaf4769bd34`
**aws-sam-cli-macos-x86_64.pkg** | `702dc72ba8e7ca989f59b9418e303ab9698150e2c281ddbc51a691639a850210`
**aws-sam-cli-macos-arm64.pkg** | `643b65ef7fdd14be6118d1fb6dd473239a0618331363014369e6639e1d4d7465`

1.85.0

What's Changed
* feat: collect gateway integration response resources by moelasmar in https://github.com/aws/aws-sam-cli/pull/5176
* feat: Link API Gateway Methods to Integrations by mildaniel in https://github.com/aws/aws-sam-cli/pull/5174
* Thread id bug by Leo10Gama in https://github.com/aws/aws-sam-cli/pull/5178
* chore: update aws-sam-translator to 1.67.0 by github-actions in https://github.com/aws/aws-sam-cli/pull/5175
* feat: API Gateway V1 Lambda authorizer property mapping by lucashuy in https://github.com/aws/aws-sam-cli/pull/5180
* chore(deps): bump boto3 from 1.26.99 to 1.26.134 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5173
* feat: map gateway integration response resources to integration method resources by moelasmar in https://github.com/aws/aws-sam-cli/pull/5184
* Bug: CORS Support in start-api by sleepwithcoffee in https://github.com/aws/aws-sam-cli/pull/4991
* feat: remote invoke context initial impl by mndeveci in https://github.com/aws/aws-sam-cli/pull/5183
* feat: Add lambda invoke boto API setup for remote invoke by hnnasit in https://github.com/aws/aws-sam-cli/pull/5179
* chore(deps): bump certifi from 2022.12.7 to 2023.5.7 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5190
* chore(deps): bump requests from 2.28.2 to 2.31.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5191
* chore: update lambda powertools name by sthulb in https://github.com/aws/aws-sam-cli/pull/5195
* feat: update remote invoke context to actually invoke the executor by mndeveci in https://github.com/aws/aws-sam-cli/pull/5193
* feat: upgrade cfn-lint by moelasmar in https://github.com/aws/aws-sam-cli/pull/5197
* fix: Relaxed OpenApi authorizer definition by lucashuy in https://github.com/aws/aws-sam-cli/pull/5182
* feat: Terraform apply message to populate unresolved values by lucashuy in https://github.com/aws/aws-sam-cli/pull/5181
* Revert "Bug: CORS Support in start-api (4991)" by moelasmar in https://github.com/aws/aws-sam-cli/pull/5200
* chore: update aws-sam-translator to by github-actions in https://github.com/aws/aws-sam-cli/pull/5201
* Chore: update GH Action to update aws-lambda-builders dependency by moelasmar in https://github.com/aws/aws-sam-cli/pull/5202
* chore: update aws_lambda_builders to 1.32.0 by github-actions in https://github.com/aws/aws-sam-cli/pull/5206
* feat: add ruby3.2 support (450) (470) by mndeveci in https://github.com/aws/aws-sam-cli/pull/5186
* chore(deps-dev): bump psutil from 5.9.4 to 5.9.5 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5205
* chore(deps): bump tomlkit from 0.11.7 to 0.11.8 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5204
* chore(deps-dev): bump boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray] from 1.21.21 to 1.26.131 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5144
* fix: fix the hardcoded number of stages printed in logs. by moelasmar in https://github.com/aws/aws-sam-cli/pull/5210
* feat: Linking Authorizers to Lambda functions using the invocation URI by lucashuy in https://github.com/aws/aws-sam-cli/pull/5196
* chore(deps-dev): bump parameterized from 0.8.1 to 0.9.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5214
* chore(deps-dev): bump filelock from 3.10.7 to 3.12.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5213
* chore(deps): bump attrs from 22.2.0 to 23.1.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5212
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5211
* fix: fix failing Terraform integration test cases by moelasmar in https://github.com/aws/aws-sam-cli/pull/5218
* chore: bump version to 1.85.0 by moelasmar in https://github.com/aws/aws-sam-cli/pull/5226

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.84.0...v1.85.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.85.0.sierra.bottle.tar.gz** | `7f77b233c2203ed3722a1589476c9d3d28954864612449f8b58ebfd4bc4aa7b4`
**AWS_SAM_CLI_64_PY3.msi** | `ad6338c4372d07241d4e4345f35bc12b629fab91ccf673c33d43c538f0c499f6`
**aws-sam-cli-linux-x86_64.zip** | `fa2eb39ac1a2e5b57469fadb66d747136de34e448315244730eef0763b2c38fc`
**aws-sam-cli-linux-x86_64.zip.sig** | `01f3cf09ae7e6537b78cb8d081b0789302737b7b00f84616185d62537b286225`
**aws-sam-cli-macos-x86_64.pkg** | `58a309b3833d6bf0759fc979083c1fd75b22d40a3b5f6c0c67b1e5eeb7bf5e44`
**aws-sam-cli-macos-arm64.pkg** | `6342febba6dca985a87c916828ed8cd6da22d4a0dee48e145c0538a9b0098081`

1.84.0

What's Changed
* feat: Link APIGW Resources to APIGW REST APIs by mildaniel in https://github.com/aws/aws-sam-cli/pull/5139
* feat: GHA for auto updating and committing to lastest aws-sam-translator by jfuss in https://github.com/aws/aws-sam-cli/pull/5134
* feat: add remote invoke factories by mndeveci in https://github.com/aws/aws-sam-cli/pull/5115
* fix: spelling error in repo for updating SAM-T version GHA by jfuss in https://github.com/aws/aws-sam-cli/pull/5148
* fix: remove the building step from the unsupported test cases as it is not part of what we need to test by moelasmar in https://github.com/aws/aws-sam-cli/pull/5143
* feat: Link stages to REST APIs, methods to resources by mildaniel in https://github.com/aws/aws-sam-cli/pull/5150
* feat: Link APIGW Resources to APIGW REST APIs by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5141
* fix: Allow SAM-T version update GHA to get latest tag by jfuss in https://github.com/aws/aws-sam-cli/pull/5154
* fix: catch all ClientError from Boto by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5152
* feat: Add support for translating and linking gateway integrations by mildaniel in https://github.com/aws/aws-sam-cli/pull/5153
* fix: `sam local invoke -e` crashes on non existent file by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5159
* fix: Clean up lingering test file by lucashuy in https://github.com/aws/aws-sam-cli/pull/5157
* Fix authorizer method ARN for parameterized endpoint by rhynix in https://github.com/aws/aws-sam-cli/pull/5135
* fix: only remove sub folders when cleaning up cached or incremental build dirs by mndeveci in https://github.com/aws/aws-sam-cli/pull/5142
* chore: Updated message regarding root level authorizers by lucashuy in https://github.com/aws/aws-sam-cli/pull/5149
* chore: Cleanup the linking functions by mildaniel in https://github.com/aws/aws-sam-cli/pull/5158
* feat: Added parameter overrides to sam list endpoints and resources by lucashuy in https://github.com/aws/aws-sam-cli/pull/5117
* chore: Upgrade Linux installer to Python3.11 from 3.7 by jfuss in https://github.com/aws/aws-sam-cli/pull/5156
* fix: Install both Py3.7 and Py3.11 in GHA to upgrade SAM-T by jfuss in https://github.com/aws/aws-sam-cli/pull/5171
* chore(deps): bump flask from 2.0.3 to 2.2.5 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5161
* chore(deps): bump regex from 2022.10.31 to 2023.5.5 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5130
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5165
* chore: bump version to 1.84.0 by hawflau in https://github.com/aws/aws-sam-cli/pull/5177

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.83.0...v1.84.0


Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.84.0.sierra.bottle.tar.gz** | `e296367ff0bbdc0b271fe6d52baef16b3f71a28ae0aa288048ad0237762e77d3`
**AWS_SAM_CLI_64_PY3.msi** | `9d381f63a2d537dd322ef024ef6f0b2d4c91f94d2d62864d5de3373cbce5c518`
**aws-sam-cli-linux-x86_64.zip** | `348cadac3019bddb41c9a69c73db3dad9b5420aef486c61a687c1f60f5ac4f8e`
**aws-sam-cli-macos-x86_64.pkg** | `e9fb2338a24eb032c497e879023f9e4217236d263302ec7c2f156e523802f57c`
**aws-sam-cli-macos-arm64.pkg** | `420413bf2e399d0c3e27fab60bfd6af7c09550c654a4c99799c3acd8bf8820c1`

1.83.0

What's Changed
* Move `--beta-features` flag to common options; Update `sam --info` to show available beta feature flag env vars by hawflau in https://github.com/aws/aws-sam-cli/pull/5062
* chore: Refactor the linking algorithm to be more generic by mildaniel in https://github.com/aws/aws-sam-cli/pull/5074
* fix: Fix Terraform Integration Tests by mildaniel in https://github.com/aws/aws-sam-cli/pull/5088
* fix: accept pipe as config file by nVlast in https://github.com/aws/aws-sam-cli/pull/4896
* fix: Favor a stale image when daemon doesn't support registry query by com4 in https://github.com/aws/aws-sam-cli/pull/5020
* feat: update `aws-sam-translator` to 1.66.0 by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5093
* fix: Fix S3 bucket policy issue for sam pipeline by xazhao in https://github.com/aws/aws-sam-cli/pull/5078
* fix(list): Handle Stacks with >100 resources by jfuss in https://github.com/aws/aws-sam-cli/pull/5097
* feat: help text for all local suite. by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5023
* chore: consolidate env vars and set the ones recommended by AppVeyor by mndeveci in https://github.com/aws/aws-sam-cli/pull/5099
* feat: logs powered by `rich` by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4998
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/5100
* chore(deps): bump pyinstaller from 5.9.0 to 5.10.1 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5095
* chore(deps-dev): bump types-chevron from 0.14.2 to 0.14.2.4 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5027
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5086
* fix: Flaky Init Test by mildaniel in https://github.com/aws/aws-sam-cli/pull/5105
* chore: GHA for Auto Closing issues that were released by jfuss in https://github.com/aws/aws-sam-cli/pull/5108
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5106
* fix: relax IAM Policy Document structure requirements by rhynix in https://github.com/aws/aws-sam-cli/pull/5092
* remove dotnet5 support by mndeveci in https://github.com/aws/aws-sam-cli/pull/5089
* chore: run other test group in parallel by mndeveci in https://github.com/aws/aws-sam-cli/pull/5113
* chore: Refactor the translate function by mildaniel in https://github.com/aws/aws-sam-cli/pull/5090
* fix: fix the documentation url for deploy command by moelasmar in https://github.com/aws/aws-sam-cli/pull/5124
* fix: fix the python installation in CDK integration Appveyor by moelasmar in https://github.com/aws/aws-sam-cli/pull/5123
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5116
* fix: fix some issues in integration testing by moelasmar in https://github.com/aws/aws-sam-cli/pull/5125
* chore(deps): bump pygments from 2.15.0 to 2.15.1 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5126
* chore(deps): bump setuptools from 65.5.1 to 67.7.2 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5127
* feat: update terraform prepare hook to use linking fields values to link the applied resources. by moelasmar in https://github.com/aws/aws-sam-cli/pull/5120
* chore: run all sam init tests in the same group by mndeveci in https://github.com/aws/aws-sam-cli/pull/5136
* feat: add API Gateway Method, and Rest API resources linking by moelasmar in https://github.com/aws/aws-sam-cli/pull/5121
* fix: switch to `rich` for color logging. by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5107
* chore: version bump to 1.83.0 by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5140

New Contributors
* nVlast made their first contribution in https://github.com/aws/aws-sam-cli/pull/4896
* rhynix made their first contribution in https://github.com/aws/aws-sam-cli/pull/5092

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.82.0...v1.83.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.83.0.sierra.bottle.tar.gz** | `77d5ca1b1ac74ea508fd634a42764410323ff8c10ae2b9187813a64ae5671567`
**AWS_SAM_CLI_64_PY3.msi** | `57368b0678288e699a62fee741d6328b80813c00ecbf77b399856361f12de24a`
**aws-sam-cli-linux-x86_64.zip** | `07144df04f8374269a968b2cf99476229ec680f4bf9f52c6b4a0e5c51cbc8ff5`
**aws-sam-cli-macos-x86_64.pkg** | `dbf60224208e47c8e22e6d7bdbe044f1fb8c99e7475d92dae3d54f44418115d6`
**aws-sam-cli-macos-arm64.pkg** | `b8756e0ed7b8d6170eba3f4c5ef43c6ed9175eaccc301c32cbe574496e2bf00a`

Page 6 of 34

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.