Breaking Changes
- The uploader lambda
Runtime
must be upgraded tonodejs18.x
or later.
What's Changed
- Upgraded to AWS SDK V3
- AWS SDK is no longer bundled and is expected to be provided by the AWS Lambda runtime. This reduced the bundle size from ~110Kb to ~30Kb. Note: This is a breaking change and requires the uploader lambda to be upgraded to
nodejs18.x
or later. - Fixed issue where invalid
.s3uploadconfig.json
would break - Dependency version bumps
Full Changelog: v1.1.0...v1.2.0