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 21 of 34

1.10.0

Not secure
With this change, the preview local extensions APIs support subscription to the Logs API. Consuming log events locally is not yet supported.

[084c758](https://api.github.com/repos/aws/aws-sam-cli/commits/084c758d849f7664f8b736104a5d983fe798302f) - chore: Improve help text for build command to highlight the ability to build individual resources (#2076)
[8435b57](https://api.github.com/repos/aws/aws-sam-cli/commits/8435b574aa0c30abb68730575463693c2361b783) - ci: check PR title (#2367)
[b3b3f27](https://api.github.com/repos/aws/aws-sam-cli/commits/b3b3f27001c638f432cd6d3547a25bca2fe896ea) - feat: Update Preview init (#2372)
[c87c97e](https://api.github.com/repos/aws/aws-sam-cli/commits/c87c97e27c7d0e2ebd0c16f425f40ee5525efbf5) - chore: bump version to 1.10.0 (#2374)

1.9.0

Not secure
SAM CLI now supports cached and parallel builds for function and layers.

`sam build --cached` will build functions with caching enabled. If function or layer source haven't change since the last cached build, it will just use what has been cached before. Default caching directory will be under `.aws-sam/cache` but this can be overriden by providing `--cache-dir` parameter as well. For now, custom builds with `Makefile` is not supported with cached builds.

`sam build --parallel` will build functions in parallel. Normally, SAM CLI builds each function sequentially, it starts building each function and waits for completion of that build. With `--parallel` option, it will trigger multiple builds at the same time, and will complete build once all of the parallel builds are done.

[71be4f8](https://api.github.com/repos/aws/aws-sam-cli/commits/71be4f8e599dbad8a03c1d03a4063f90c9a48e95) - fix: Layer Deployment Permission Issue (#2356)
[754a0f0](https://api.github.com/repos/aws/aws-sam-cli/commits/754a0f06a526597070831357ff5db53295e4b669) - chore: bump version to 1.9.0 (#2358)
[b142160](https://api.github.com/repos/aws/aws-sam-cli/commits/b14216007c35eb7423386b7049d3d8f2cad0da76) - feat: Cached and Parallel build implementation (#2351) (2357)
[d279320](https://api.github.com/repos/aws/aws-sam-cli/commits/d279320c2fd0a092c979e725fff1a751d1529fcf) - fix: Fix canary failures and update help text for build command (#2365)

1.8.0

Not secure
[a30ff71](https://api.github.com/repos/aws/aws-sam-cli/commits/a30ff719805d7cec7a7276efe61e0fba7ef6bb4b) - chore: bump version (#2340)
[df7dcb2](https://api.github.com/repos/aws/aws-sam-cli/commits/df7dcb22adfe6a0f4c4bd037119db51a51ab2a95) - Update AL2 Provided Build Image Src (#2339)
[9d242f2](https://api.github.com/repos/aws/aws-sam-cli/commits/9d242f22b91561fb04a494ca62675e01928b8e60) - Upgrade base & dev Dependences except pylint (#2305)
[ede6517](https://api.github.com/repos/aws/aws-sam-cli/commits/ede65170fdd84b240b41586d3b163c44afe0566b) - Remove six usage (#2343)
[5f3e41e](https://api.github.com/repos/aws/aws-sam-cli/commits/5f3e41eca56d2073f8c9c6604410c5bdd3d0b2cb) - refactor: get rid of hardcoded test template list (#2338)
[cdfd127](https://api.github.com/repos/aws/aws-sam-cli/commits/cdfd12767bff93029dce62bb8accd525f971bf39) - fix(classifiers): Mark AWS SAM CLI as Production/Stable (#2263)
[294bbaa](https://api.github.com/repos/aws/aws-sam-cli/commits/294bbaa69f5c51e5d6c8601f1ac8d66157501502) - fix HttpApi event V2 route key (#2350)
[e82e54a](https://api.github.com/repos/aws/aws-sam-cli/commits/e82e54a31cd36d47a67b02fa777830594c190ccc) - chore: Remove snapcraft configuration (#2349)
[90ec94d](https://api.github.com/repos/aws/aws-sam-cli/commits/90ec94d9cd15a2b3f578cd56ca4d49ff7fa63574) - Update bug_report.md for Slack unfurl (#2276)
[413c840](https://api.github.com/repos/aws/aws-sam-cli/commits/413c84001fea404325ee95f2e6cd99b3dc05a888) - feat: update sam-translator version to 1.29.0 (#2354)

1.7.0

Not secure
[cd4c061](https://api.github.com/repos/aws/aws-sam-cli/commits/cd4c061de406626480625b9a8da97ee6194914e1) - Log timestamps when --debug flag is presented (#2266)
[48349d4](https://api.github.com/repos/aws/aws-sam-cli/commits/48349d45fee4be1019d81982b9b6e01dfe23cbd7) - fix: bump junit (#2296)
[42fa0ad](https://api.github.com/repos/aws/aws-sam-cli/commits/42fa0ad72f421dea8bda5b773d2fa279e23c71fe) - Upgrade pylint (#2304)
[5ff9781](https://api.github.com/repos/aws/aws-sam-cli/commits/5ff978153e24f75fc7d057b58c4fccf6afad0612) - fix: use name instead of functionname when creating build graph (#2297)
[e936994](https://api.github.com/repos/aws/aws-sam-cli/commits/e93699413e499c693b0f60dd26f90dd6f6a396a4) - fix: for de-dup builds, build into one of the function folder instead of temporary folder (#2309)
[d725db5](https://api.github.com/repos/aws/aws-sam-cli/commits/d725db5fbfc698a9f0c75821b0ccc39231980412) - chore: Manage black version in dev.txt (#2314)
[346ff29](https://api.github.com/repos/aws/aws-sam-cli/commits/346ff2923477d8bc0f4fffb5da3629bcfc935b96) - chore: Update DEVELOPMENT_GUIDE.md (typo) (#2319)
[695d8a3](https://api.github.com/repos/aws/aws-sam-cli/commits/695d8a33836be6a8df9a7c11c556c16f42504004) - Create Event for AppSync (Direct Lambda Resolver) (#2200)
[ea88b90](https://api.github.com/repos/aws/aws-sam-cli/commits/ea88b90118ae6604229fdf8245c0df10df9011a7) - Support running HttpApi locally (#1942)
[1bda78b](https://api.github.com/repos/aws/aws-sam-cli/commits/1bda78b49774de49ab6712728dbcc05c4d597385) - apply PayloadFormationVersion in httpapi event (#2326)
[b7634fd](https://api.github.com/repos/aws/aws-sam-cli/commits/b7634fd5d06b5027d1b77ee920a8d086a8cb3c94) - Add integration test case to test Http Api && Rest Api in the same template (#2327)
[eb2e197](https://api.github.com/repos/aws/aws-sam-cli/commits/eb2e19793ce8d6525e21f34a4a9a15d3d1481307) - fix: fail on invalid config (#2316)
[7d5101a](https://api.github.com/repos/aws/aws-sam-cli/commits/7d5101a8edeb575b6925f9adecf28f47793c403c) - Fix: Missing Unix Permission Bits for Artifact ZIP Created in Windows (#2193)
[d390a57](https://api.github.com/repos/aws/aws-sam-cli/commits/d390a5737e1d9a1e9d621494f5a52d620741dc20) - Fix: relpath Fails with Different Drives (#2138)
[ac71571](https://api.github.com/repos/aws/aws-sam-cli/commits/ac7157103e0fec9ee914cfec4e4312b322f1f3ff) - Fix: Make API Gateway infer Lambda function response for HttpApi with PayloadFormatVersion 2.0 (#2334)
[eb411a6](https://api.github.com/repos/aws/aws-sam-cli/commits/eb411a6366bd4b464cce8f85bec5345efb89a5ad) - chore: bump sam cli version to 1.7.0, and sam translator requirement to 1.28.1 (#2336)

1.6.2

Not secure
* Fixing linuxbrew bottles
* Updating manifest to include preview_rapid

1.6.0

Not secure
This release of AWS SAM CLI includes initial support for locally testing AWS Lambda Extensions – which are now available in preview. Extensions are a new way for tools to integrate deeply into the Lambda execution environment to control and participate in Lambda’s lifecycle. To learn more about extensions and updates to the AWS Lambda execution environment, see <Introducing AWS Lambda Extensions – In Preview>(+link to blog post).

You can now use SAM CLI to locally invoke functions which use extensions. To get started, opt-in to the new execution environment using an opt-in flag – set the ENABLE_LAMBDA_EXTENSIONS_PREVIEW environment variable to “1” before you run your local tests. For example:

ENABLE_LAMBDA_EXTENSIONS_PREVIEW=1 sam local invoke

Without this opt-in flag, local testing will continue to use the previous execution environment.

Give this new execution environment a try and let us know what you think through a GitHub issue or feature request. We would love your feedback on how we can improve your local development and testing workflows with SAM CLI.

This release also introduces de-duplication build improvement which will build the functions once if they share same CodeURI/Runtime/Metadata. Custom builds (which uses Makefile) are not supported.

[57ef284](https://api.github.com/repos/aws/aws-sam-cli/commits/57ef28401ec58f7d79dca1835c4da27653c79bec) - Add Local Testing Support for Lambda Extensions (#2281)
[7c494e1](https://api.github.com/repos/aws/aws-sam-cli/commits/7c494e168f1ae62e2abb8a154d466a211741df3e) - chore: bump version to 1.6.0 (#2282)
[2f6061f](https://github.com/aws/aws-sam-cli/commit/2f6061faca84709e6d97762eddf6c4e8aca087f7) - feat: de-duplicated builds (#2232)

Page 21 of 34

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.