Releases: quittle/s3-upload-custom-resource-lambda-layer
Releases · quittle/s3-upload-custom-resource-lambda-layer
v1.2.0
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
v1.1.0
- Added support for
cacheControl
entry in.s3uploadconfig.json
. - Bumped dependencies
What's Changed
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #190
- build(deps): bump terser from 5.10.0 to 5.14.2 by @dependabot in #191
- build(deps-dev): bump minimatch from 3.0.4 to 3.0.5 by @dependabot in #192
- build(deps): bump json5 from 2.2.0 to 2.2.3 by @dependabot in #193
- build(deps-dev): bump webpack from 5.64.4 to 5.76.0 by @dependabot in #194
- build(deps): bump xml2js and aws-sdk by @dependabot in #195
Full Changelog: v1.0.3...v1.1.0
v1.0.3
1.0.3
v1.0.2
1.0.2