Vapor Aws Lambda Runtime Versions Save

Run your Vapor api server on AWS Lambda using the official Swift Server runtime.

0.6.2

2 years ago

Fix build for Swift 5.5

0.6.1

3 years ago

Make LambdaServer.Configuration public so you can change it

v0.6.0

3 years ago

⚠️ vapor-aws-lambda-runtime was moved to the vapor-community.

  • The base64 dependency (swift-extras-base64) has been changed to its new location.

v0.5.0

3 years ago
  • Fixed the translation between API Gateway request and response and Vapor request and response. (#11) Patch credit @fcobia

v0.4.0

3 years ago

New internals and new name!

  • The vapor-aws-lambda-runtime now runs with the swift-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.

v0.3.0

4 years ago

‼️ Breaking change!

This release updates the library to use the Vapor provider pattern. To enable lambda mode use:

app.servers.use(.lambda)

v0.2.0

4 years ago

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.

v0.1.0

4 years ago

The very first release! Feedback highly welcome.