Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@sebsto sebsto released this 05 Oct 14:49
10f3e99

This library now support 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 since 2.0.0-beta.1

SemVer Minor

  • Apply recommendation for security and reliability by @sebsto in #24

Full Changelog: 0.3.0...2.0.0