Skip to content

Releases: vapor-community/vapor-aws-lambda-runtime

0.6.2

30 Jun 15:05
610aaed
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

Fix build for Swift 5.5

0.6.1

23 Mar 13:26
eef25d7
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Make LambdaServer.Configuration public so you can change it

vapor-aws-lambda-runtime v0.6.0

14 Nov 22:23
93cec68
Compare
Choose a tag to compare
Pre-release

⚠️ 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

06 Oct 10:29
71bd3ec
Compare
Choose a tag to compare
Pre-release
  • Fixed the translation between API Gateway request and response and Vapor request and response. (#11) Patch credit @fcobia

vapor-aws-lambda-runtime v0.4.0

21 Jul 12:09
7a35ef5
Compare
Choose a tag to compare
Pre-release

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.

VaporLambdaRuntime v0.3.0

20 May 09:52
2eb71c0
Compare
Choose a tag to compare
Pre-release

‼️ Breaking change!

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

app.servers.use(.lambda)

VaporLambdaRuntime v0.2.0

16 Jan 10:46
Compare
Choose a tag to compare
Pre-release

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

15 Jan 00:24
Compare
Choose a tag to compare
Pre-release

The very first release! Feedback highly welcome.