v1.13.0
·
4123 commits
to develop
since this release
Summary
Quick release to add support for the new S3 Object Lambda event within Event Source Data Classes utility - Thanks to @michaelbrewer
Event Source Data Classes utility provides self-documented schema for multiple Lambda Event Sources, and helper methods to easily parse, decode, and fetch common attributes, headers, and data in various forms.
Changes
🌟New features and non-breaking changes
- feat(data-classes): Add S3 Object Lambda Event (#353) by @michaelbrewer
📜 Documentation updates
- docs: Fix layers example template config (#350) by @BrockReece
🔧 Internal
- fix(deps): Bump dependencies and fix some of the dev tooling (#354) by @michaelbrewer
- fix(lint): Move
tests/THIRD-PARTY-LICENSES
to root (#352) by @michaelbrewer