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 anAuthenticationMiddleware
(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
Full Changelog: 0.3.0...2.0.0