Aws-sam-cli

Latest version: v1.116.0

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

Scan your dependencies

Page 7 of 34

1.82.0

What's Changed
* chore: Bump SamTranslator version to 1.65.0 by aahung in https://github.com/aws/aws-sam-cli/pull/5050
* fix: Correctly link authorizers by logical ID by lucashuy in https://github.com/aws/aws-sam-cli/pull/5042
* chore: update sam sync tests to run them in parallel by mndeveci in https://github.com/aws/aws-sam-cli/pull/4709
* chore(deps-dev): bump types-psutil from 5.9.5.1 to 5.9.5.12 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/5066
* design: Generalized resource linker design by mildaniel in https://github.com/aws/aws-sam-cli/pull/5039
* fix: create new tmp folder when packaging an artifact for upload by mndeveci in https://github.com/aws/aws-sam-cli/pull/5069
* feat: Read and translate apigw method for Terraform by mildaniel in https://github.com/aws/aws-sam-cli/pull/5068
* fix: Fixed flask request test mocking by lucashuy in https://github.com/aws/aws-sam-cli/pull/5079
* feat: remove packaging warning message for java 17 by anton-stepanof in https://github.com/aws/aws-sam-cli/pull/5082
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5056
* chore: bump version to 1.82.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/5085

New Contributors
* anton-stepanof made their first contribution in https://github.com/aws/aws-sam-cli/pull/5082

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

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.82.0.sierra.bottle.tar.gz** | `31abbd067a176262ec8d34bc0b93e172ab78a3a2942cc45a783372e8b147f2b4`
**AWS_SAM_CLI_64_PY3.msi** | `11ee7343e89c086c454763e9d912396e7dc1b1e447f236eba209ed9ad55be6d2`
**aws-sam-cli-linux-x86_64.zip** | `11fe5eb70d09db1197a7fce70c1d88c5255ad74366f589bf1fb0919d2a1a9231`
**aws-sam-cli-macos-x86_64.pkg** | `2dc60a28e7843f2486a4d11f8c7d58acf008a0ef601f1476ba694ba55eac6f67`
**aws-sam-cli-macos-arm64.pkg** | `cde1ce21429738eec4eee543c153eea79da0dde7d9729a0610f309f669da3484`

1.81.0

Changes:
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/5032
* fix: Hard fail deploy if can't determine if the stack exists by jfuss in https://github.com/aws/aws-sam-cli/pull/5033
* feat: add java17 support (448) by mndeveci in https://github.com/aws/aws-sam-cli/pull/5031
* fix: Catches exception raised if a function is not found by lucashuy in https://github.com/aws/aws-sam-cli/pull/5040
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/5041
* chore: bump version to 1.81.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/5046
* chore: fix build tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/5049

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.80.0...v1.81.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.81.0.sierra.bottle.tar.gz** | `388b0bb509055a1ec95dd24834d0e17d855255114ea474e44cb9ce6ff4271674`
**AWS_SAM_CLI_64_PY3.msi** | `ea74e364263fe3eeaa77d628c50dd3d867a30f29a3d2d61a6d2df2e07a0598fe`
**aws-sam-cli-linux-x86_64.zip** | `e831e238090d321f503d2857b211d7b800916a76f01290c38a2c2667eecf2d74`
**aws-sam-cli-macos-x86_64.pkg** | `f8d0c6af81b912fe8a60de5f3baafa7605d9c3704de840398bd684441ea7c6d7`
**aws-sam-cli-macos-arm64.pkg** | `6d194a08353b9eec458a80295cea7a9c31637faa9908a2849da246996660a792`

1.80.0

What's Changed
* fix: set the indentation right for `sam deploy` by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4983
* feat: Read and translate APIGW Resource for Terraform by mildaniel in https://github.com/aws/aws-sam-cli/pull/4975
* Update help message of --no-progressbar option by enm10k in https://github.com/aws/aws-sam-cli/pull/4967
* fix: run managed stack tests sequentially & suppress rustup output by mndeveci in https://github.com/aws/aws-sam-cli/pull/4992
* sam init command help by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4993
* chore: Changed action branch filter for two types of feature branches by lucashuy in https://github.com/aws/aws-sam-cli/pull/4995
* feat: Read and translate APIGW REST API from Terraform to CFN by mildaniel in https://github.com/aws/aws-sam-cli/pull/4996
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4989
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/5001
* chore(deps): bump botocore from 1.29.99 to 1.29.109 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4985
* feat: read and translate APIGW Stage for Terraform by sriram-mv in https://github.com/aws/aws-sam-cli/pull/5002
* feat: add userAgent into telemetry data by mndeveci in https://github.com/aws/aws-sam-cli/pull/4948
* chore(deps-dev): bump ruff from 0.0.251 to 0.0.261 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4986
* feat: Custom Lambda authorizer support for local start-api by lucashuy in https://github.com/aws/aws-sam-cli/pull/5005
* feat: remove packaging warning messaging for python3.10 by briensea in https://github.com/aws/aws-sam-cli/pull/5012
* chore: bump version to 1.80.0 by lucashuy in https://github.com/aws/aws-sam-cli/pull/5017
* fix: Split image name from tag before pulling by com4 in https://github.com/aws/aws-sam-cli/pull/5016
* feat: update app templates commit hash by mndeveci in https://github.com/aws/aws-sam-cli/pull/5022
* fix: test_custom_build_image_succeeds build test was failing due log not matching by jfuss in https://github.com/aws/aws-sam-cli/pull/5030

New Contributors
* enm10k made their first contribution in https://github.com/aws/aws-sam-cli/pull/4967
* briensea made their first contribution in https://github.com/aws/aws-sam-cli/pull/5012
* com4 made their first contribution in https://github.com/aws/aws-sam-cli/pull/5016

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.79.0...v1.80.0


Hashes
Filename | SHA256
--- | ---
**aws-sam-cli-1.80.0.sierra.bottle.tar.gz** | `fe06ba26131622f54d04f1ee5cd1aca77cfb8f9f90f4d3da5538c9184a6af209`
**AWS_SAM_CLI_64_PY3.msi** | `533b5cfa853bd472bb3c30477a838ca9ac5af6b37f49de6834d6fd50d3650443`
**aws-sam-cli-linux-x86_64.zip** | `3772663c085695d62dc206ecf5e766e18e40a177af18a939a5b899c62cc3e8f7`
**aws-sam-cli-macos-x86_64.pkg** | `7d951c704ac750b0fd7ed031c26cbdc098a18900171b5fbbf7c3dfdfad3449dc`
**aws-sam-cli-macos-arm64.pkg** | `497fa21ff504ed6cdb809a1c84238d305612e8b541569b15e50d8311730be11e`

1.79.0

What's Changed
* feat: sam build help text by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4885
* chore: Mark Dependabot PRs as internal by jfuss in https://github.com/aws/aws-sam-cli/pull/4922
* chore(deps): bump pyrsistent from 0.17.3 to 0.19.3 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4930
* chore(deps-dev): bump types-pywin32 from 304.0.0.1 to 306.0.0.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4929
* chore(deps-dev): bump psutil from 5.9.0 to 5.9.4 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4928
* chore(deps): bump pyinstaller from 5.8.0 to 5.9.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4927
* Add docs sub-commands by mildaniel in https://github.com/aws/aws-sam-cli/pull/4881
* chore(deps-dev): bump filelock from 3.10.0 to 3.10.7 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4931
* fix: the project_type is missed in telemetry data if terraform prepare hook failed by moelasmar in https://github.com/aws/aws-sam-cli/pull/4936
* chore: update appveyor images by mndeveci in https://github.com/aws/aws-sam-cli/pull/4943
* fix: Allow better comment handling in XrayTracingTemplateModifier by jfuss in https://github.com/aws/aws-sam-cli/pull/4940
* fix: parsing capabilities attribute as array or string value in config toml file by moelasmar in https://github.com/aws/aws-sam-cli/pull/4945
* fix: fix the copy terraform script to maintain the files permissions while extracting the ZIP files by moelasmar in https://github.com/aws/aws-sam-cli/pull/4640
* unpin regex dependency by gruebel in https://github.com/aws/aws-sam-cli/pull/4924
* feat: Deploy Help Text Overhaul by mildaniel in https://github.com/aws/aws-sam-cli/pull/4941
* chore: bump SamTranslator version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4933
* fix: Fix invoke image used with layer by mildaniel in https://github.com/aws/aws-sam-cli/pull/4950
* Update ECR_URL to match localhost repo by sleepwithcoffee in https://github.com/aws/aws-sam-cli/pull/4944
* fix: Resolve handler paths to be relative to output dir by mildaniel in https://github.com/aws/aws-sam-cli/pull/4216
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4932
* fix: Fix failing tests for image function invoke by mildaniel in https://github.com/aws/aws-sam-cli/pull/4954
* chore: fix `sam logs` APIGW tests by making more calls before pulling the logs by mndeveci in https://github.com/aws/aws-sam-cli/pull/4964
* update app insights template modifier to comply with cfn-lint rules by hawflau in https://github.com/aws/aws-sam-cli/pull/4969
* fix: terraform go permission integration testing failure by moelasmar in https://github.com/aws/aws-sam-cli/pull/4970
* ci: add feat* rule to run github actions by mndeveci in https://github.com/aws/aws-sam-cli/pull/4974
* chore: Bump SamTranslator version to 1.64.0 by moelasmar in https://github.com/aws/aws-sam-cli/pull/4978

New Contributors
* gruebel made their first contribution in https://github.com/aws/aws-sam-cli/pull/4924
* sleepwithcoffee made their first contribution in https://github.com/aws/aws-sam-cli/pull/4944

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.78.0...v1.79.0

Hashes
Filename | SHA256
--- | ---
**aws-sam-cli-1.79.0.sierra.bottle.tar.gz** | `09ebcdf4be25c0eecd27413d048b98fb818c7b9402d2a9774c4a163575ded2cb`
**AWS_SAM_CLI_64_PY3.msi** | `cd6673cde7f2171835b1e9b6d36de96ef84d9bd78011fa92cd9f1d8228be7dbc`
**aws-sam-cli-linux-x86_64.zip** | `c514d924ec7730e909c9117c7ab57f4be286de4d46a11927097540d0ad4abd41`
**aws-sam-cli-macos-x86_64.pkg** | `98fae7731404cf2a29dd79bd88a6df76b8629bfbe4ac1ac1962890b5a0d2666c`
**aws-sam-cli-macos-arm64.pkg** | `e7066a97c6867f4a311aa36e2cfabc307b8e7c36eb6333cfd7b1f14982f47f35`

1.78.0

What's Changed
* chore(deps): bump actions/setup-go from 3 to 4 by dependabot in https://github.com/aws/aws-sam-cli/pull/4894
* chore(deps): bump cryptography from 39.0.1 to 39.0.2 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4893
* chore(deps-dev): bump filelock from 3.9.0 to 3.10.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4891
* chore(deps): bump dateparser from 1.0.0 to 1.1.7 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4889
* fix: respect `--resolve-s3` and `--resolve-image-repos` in a guided context. by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4873
* feat: Add skip-deploy-sync option for sync command by hnnasit in https://github.com/aws/aws-sam-cli/pull/4857
* chore: bump AWS Lambda Builders version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4897
* feat: add python3.10 support by mndeveci in https://github.com/aws/aws-sam-cli/pull/4898
* fix: use relative path when resolving nested stack location by mndeveci in https://github.com/aws/aws-sam-cli/pull/4871
* feat: update SAM CLI with latest App Templates commit hash by github-actions in https://github.com/aws/aws-sam-cli/pull/4903
* fix: use correct defnition field name for CFN resources by mndeveci in https://github.com/aws/aws-sam-cli/pull/4870
* chore(deps): bump boto3 from 1.21.30 to 1.26.94 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4890
* chore(deps): bump python-dateutil from 2.8.1 to 2.8.2 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4892
* fix: update preview runtime warning message and add missing py310 tests by mndeveci in https://github.com/aws/aws-sam-cli/pull/4908
* feat: skip infra sync for SAM Accelerate by mndeveci in https://github.com/aws/aws-sam-cli/pull/4883
* chore: bump version to 1.78.0 by mndeveci in https://github.com/aws/aws-sam-cli/pull/4912
* fix: set the deploy delay default value to 5 seconds to match the old experience. by moelasmar in https://github.com/aws/aws-sam-cli/pull/4913


Hashes
Filename | SHA256
--- | ---
**aws-sam-cli-1.78.0.sierra.bottle.tar.gz** | `fd8fef41b448dda72438a57fdcbc717a6e833d7ddf937b108ed6212afde89e75`
**AWS_SAM_CLI_64_PY3.msi** | `0e50d1810bf5979353c9478dc90191e9aa87b5ad52382907017942731fb2e98c`
**aws-sam-cli-linux-x86_64.zip** | `9d9d31f316d35d923db241c0a4bf9dc5bd5c9789ddbf3be1fa40085665de03c4`
**aws-sam-cli-macos-x86_64.pkg** | `6f601052872b3b224fb00dcd00d123eadf5f673fa84b519fe646f26330c991fa`
**aws-sam-cli-macos-arm64.pkg** | `06a9d0acc783c6296c1ce2a401cffeba135aa3c54459fc20bb4f0c3cc9db61f5`


**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.77.0...v1.78.0

1.77.0

What's Changed
* test: end-to-end test suite by mildaniel in https://github.com/aws/aws-sam-cli/pull/4788
* Allow re-use of poll delay env variable on wait changeset by tirumerla in https://github.com/aws/aws-sam-cli/pull/4729
* Update commands to upload test reports to narrow filtering by hawflau in https://github.com/aws/aws-sam-cli/pull/4808
* design: per command help text criteria by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4792
* test: Configure end-to-end tests in canaries by mildaniel in https://github.com/aws/aws-sam-cli/pull/4804
* chore: fix sync tests by moving default field values into package test by mndeveci in https://github.com/aws/aws-sam-cli/pull/4822
* chore: Add class tear down for cleaning up custom credentials by qingchm in https://github.com/aws/aws-sam-cli/pull/4805
* fix: Create cache dir before attempting to lock it by mildaniel in https://github.com/aws/aws-sam-cli/pull/4823
* chore: move CI jobs to GH actions by mndeveci in https://github.com/aws/aws-sam-cli/pull/4790
* feat: only clone init templates when required by mildaniel in https://github.com/aws/aws-sam-cli/pull/4817
* fix: Use python3.7 template in E2E tests by mildaniel in https://github.com/aws/aws-sam-cli/pull/4829
* fix: Add default values for init schema test teardown by qingchm in https://github.com/aws/aws-sam-cli/pull/4831
* Wire up the Go with Image package type into the init command flow by bmoffatt in https://github.com/aws/aws-sam-cli/pull/4778
* feat: Skip first infra sync if template doesn't change from previous deployment by qingchm in https://github.com/aws/aws-sam-cli/pull/4815
* chore(deps): bump wheel from 0.38.1 to 0.38.4 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4758
* fix: use sha256 where it is possible & update md5 call to include usedforsecurity=False by mndeveci in https://github.com/aws/aws-sam-cli/pull/4812
* chore(deps): bump tomlkit from 0.7.2 to 0.11.6 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4757
* chore: Enable workflow to trigger on merge_group by mndeveci in https://github.com/aws/aws-sam-cli/pull/4836
* bug: Don't set DisableRollback with OnFailure by jfuss in https://github.com/aws/aws-sam-cli/pull/4834
* chore(deps-dev): bump pytest from 6.1.1 to 7.2.2 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4816
* test: Disable running the Java build test cases in windows. by moelasmar in https://github.com/aws/aws-sam-cli/pull/4845
* chore: Add 'format' target to Makefile by mildaniel in https://github.com/aws/aws-sam-cli/pull/4847
* feat: Add threshold to the number of code syncs that trigger skip infra sync by qingchm in https://github.com/aws/aws-sam-cli/pull/4838
* chore: update pytest plugins by mndeveci in https://github.com/aws/aws-sam-cli/pull/4848
* bug: adding missing MemorySize field to terraform hook by dedosmedia in https://github.com/aws/aws-sam-cli/pull/4846
* feat: sam docs command by mildaniel in https://github.com/aws/aws-sam-cli/pull/4842
* feat: Auto infra sync after 7 days by hnnasit in https://github.com/aws/aws-sam-cli/pull/4839
* chore(deps): bump zipp from 3.10.0 to 3.15.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4853
* chore(deps): bump six from 1.15.0 to 1.16.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4855
* feat: Update translator to use new managed policy map by mildaniel in https://github.com/aws/aws-sam-cli/pull/4859
* chore: bump SamTranslator version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4851
* chore: bump SamTranslator version by aws-sam-cli-bot in https://github.com/aws/aws-sam-cli/pull/4863
* chore(deps): bump idna from 2.10 to 3.4 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4770
* Handle non changeset error while waiting for chageset by hawflau in https://github.com/aws/aws-sam-cli/pull/4868
* feat: sync help text by sriram-mv in https://github.com/aws/aws-sam-cli/pull/4849
* feat: support dotnet lambda container builds by mrkdeng in https://github.com/aws/aws-sam-cli/pull/4665
* feat: include --no-watch option for sam sync by mndeveci in https://github.com/aws/aws-sam-cli/pull/4862
* fix: bring back validate resource parameter by mndeveci in https://github.com/aws/aws-sam-cli/pull/4879
* fix missing imports by hawflau in https://github.com/aws/aws-sam-cli/pull/4877
* chore: use py38 for windows tests & update sdk configuration for python/java/dotnet by mndeveci in https://github.com/aws/aws-sam-cli/pull/4850
* Upgrade cfn-lint in requirement by hawflau in https://github.com/aws/aws-sam-cli/pull/4880
* chore(deps): bump pyinstaller from 5.3 to 5.8.0 in /requirements by dependabot in https://github.com/aws/aws-sam-cli/pull/4854
* fix: move mount with write into try/except block and don't prompt for Image type lambda functions by mndeveci in https://github.com/aws/aws-sam-cli/pull/4882
* feat: use pre-built resources when running code syncs right after Skip Infra Sync by mndeveci in https://github.com/aws/aws-sam-cli/pull/4864
* test: Add end2end test for package and local by hnnasit in https://github.com/aws/aws-sam-cli/pull/4878
* Fix typo in delete_context.py by naduma in https://github.com/aws/aws-sam-cli/pull/4886
* chore: update SAM CLI with latest App Templates commit hash and Bump SAM CLI Version by github-actions in https://github.com/aws/aws-sam-cli/pull/4895

New Contributors
* tirumerla made their first contribution in https://github.com/aws/aws-sam-cli/pull/4729
* bmoffatt made their first contribution in https://github.com/aws/aws-sam-cli/pull/4778
* dedosmedia made their first contribution in https://github.com/aws/aws-sam-cli/pull/4846
* mrkdeng made their first contribution in https://github.com/aws/aws-sam-cli/pull/4665
* naduma made their first contribution in https://github.com/aws/aws-sam-cli/pull/4886

**Full Changelog**: https://github.com/aws/aws-sam-cli/compare/v1.76.0...v1.77.0

Hashes:
Filename | SHA256
--- | ---
**aws-sam-cli-1.77.0.sierra.bottle.tar.gz** | `3cec9a63c9726118a1197332742d7e06df74de32039703ab404495542f43cdad`
**AWS_SAM_CLI_64_PY3.msi** | `fcdeaa08b39e54b3e475c2ae781e08008151851a00f55e0604474faf931d95ed`
**aws-sam-cli-linux-x86_64.zip** | `a9a7cfaac1d9b5d4d624d2e860eec090da525a1215cae502d388cb13e5adcf3c`
**aws-sam-cli-macos-x86_64.pkg** | `6c0808df1d9f28a3ba0695a0ca76a56562c1efbf891e3902108355c1be91843d`
**aws-sam-cli-macos-arm64.pkg** | `87e40b49e5ff168cac82d7be06485a4b4e70362cbe02069316ab3408abdc8e1b`

Page 7 of 34

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.