This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
LambdaRuntime v0.4.0
Pre-release
Pre-release
- New Library:
LambdaRuntimeTestUtils
Use this target to create your ownInvocation
andContext
for testing (#21, #20) Thanks so much @mr-j-tree for your contribution. - New Library:
LambdaEvents
All predefined events now live here. They are imported into LambdaRuntime with the@_exported
keyword. Therefore it is not necessary as a consumer of LambdaRuntime to also import LambdaEvents. (#22, #15) - Body parsing in multiple events is now implemented through the
DecodableBody
protocol. The payload method in APIGatway.Request and SNS.Message is now deprecated and will be removed before1.0.0
. (#19 #17) - New supported event:
S3.Event
(#14, #18) - Renamed examples folder (it is now lowercase)