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