serverless-haskell v0.11.0 Release Notes

Release Date: 2020-05-03 // almost 4 years ago
    • ๐Ÿ”„ 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 and sls offline) use the Docker build by default.
    • ๐Ÿณ --useDocker flag is required when using Serverless Offline.