All Versions
60
Latest Version
Avg Release Cycle
23 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.12.6 Changes
- โ Don't rely on JSON key ordering in tests (#165)
- ๐ Support LTS 17 (#163)
- ๐ Use
haskell
Docker image for building (#163)
-
v0.12.5 Changes
- ๐ Use official AWS base image (#160)
-
v0.12.4 Changes
- โ Add Serverless validation schema (http://slss.io/configuration-validation) (#153)
-
v0.12.3 Changes
- If an error occurs during a request, it is logged to standard output (and therefore CloudWatch) in addition to being returned to the client (#152).
-
v0.12.2 Changes
- ๐ง Explicitly use Amazon Linux 2 runtime (#150).
-
v0.12.1 Changes
June 09, 2020- ๐ Fix for traversing SNS messages embedded in SQS events.
-
v0.12.0 Changes
June 09, 2020- โ Remove
LambdaEvent
type and unimplemented event types. - โ Add functions
isCreatedEvent
andisRemoveEvent
for S3 events. - Generalise the monad type for
lambdaMain
. - โ Add specialised main functions to make working with SQS, SNS and S3 events easier.
- โ Remove
-
v0.11.3 Changes
May 03, 2020- ๐ Fix deployment yet again.
-
v0.11.2 Changes
May 03, 2020- ๐ Fix deployment (#137).
-
v0.11.1 Changes
May 03, 2020- ๐ Fix deployment (#136).