All Versions
58
Latest Version
Avg Release Cycle
23 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
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).
-
v0.11.0 Changes
May 03, 2020- ๐ Change to a native Haskell runtime (#130). The Haskell process is now receiving the events from AWS and sending the results back without the JavaScript wrapper.
- Several Lambda invocations can reuse the same Haskell process instead of a new one being created each time.
- ๐ Passing arguments to the executable is not supported anymore.
- ๐ Local invocation (
sls invoke local
andsls offline
) use the Docker build by default. - ๐ณ
--useDocker
flag is required when using Serverless Offline.
-
v0.10.5 Changes
April 22, 2020- ๐ Fix uploading the package to NPM (#132).