Skip to content

2.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@sebsto sebsto released this 06 Sep 09:39
c72834d

This library now support the upcoming release of AWS Lambda Runtime for Swift v2.

This change affects the public API (some Sendable added) and requires a major version bump.
we release a v2 to align this library's major with the Swift AWS Lambda Runtime's major.

There is now a comprehensive example in the new Examples directory to show case

  • how to transform an existing APIProtocol to a Lambda function
  • show how to use LoggingMiddleware (optional)
  • show how to use a LambdaAuthorizer and / or an AuthenticationMiddleware (optional)
  • show how to integrate with SwiftServiceLifecycle (optional)
  • show how to deploy with sam: sam build && sam deploy

What's Changed

SemVer Major

  • Update to support AWS Lambda Runtime for Swift v2 by @sebsto in #22

Full Changelog: 0.3.0...2.0.0-beta.1