Releases: vapor-community/vapor-aws-lambda-runtime
Releases · vapor-community/vapor-aws-lambda-runtime
0.6.2
0.6.1
vapor-aws-lambda-runtime v0.6.0
vapor-aws-lambda-runtime
was moved to the vapor-community.
- The
base64
dependency (swift-extras-base64) has been changed to its new location.
vapor-aws-lambda-runtime v0.5.0
vapor-aws-lambda-runtime v0.4.0
New internals and new name!
- The
vapor-aws-lambda-runtime
now runs with theswift-aws-lambda-runtime
under the hood. - We have got a new name to better reflect the compatibility with the official swift lambda runtime.
- The TodoBackend example has been removed for now.
- The README has been adjusted to reflect the changes.
- We have a lot more CI now.
VaporLambdaRuntime v0.3.0
This release updates the library to use the Vapor provider pattern. To enable lambda mode use:
app.servers.use(.lambda)
VaporLambdaRuntime v0.2.0
Because of a breaking change in swift-lambda-runtime
this library needs to be updated as well.
For more information see the release notes of swift-lambda-runtime
.
VaporLambdaRuntime v0.1.0
The very first release! Feedback highly welcome.