Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.19.0 source code.tar.gz | 2025-08-28 | 1.0 MB | |
4.19.0 source code.zip | 2025-08-28 | 1.6 MB | |
README.md | 2025-08-28 | 1.1 kB | |
Totals: 3 Items | 2.6 MB | 0 |
Features
- Serverless Framework
- Add support for AWS SDK for JavaScript v3. Enable it by setting the environment variable
SLS_AWS_SDK=3
. See the docs for more info. - Add support for IAM roles per function, see the docs for more info.
Bug Fixes
- Serverless Framework
- Prevent logical ID collisions for Kafka
EventSourceMappings
, fixes https://github.com/serverless/serverless/issues/13112 - Improve handling of named and default exports in CommonJS modules when using Serverless Variables, fixes https://github.com/serverless/serverless/issues/13106
- Fixes proxy support in AWS SDK
Maintenance
- Serverless Framework
- Replace deprecated
url.parse
with WHATWGURL
, fixes Node.js DEP0169 - Bump
axios
, fixes https://github.com/advisories/GHSA-4hjh-wcwx-xvwj