2.0.0-beta.1
Pre-release
Pre-release
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 anAuthenticationMiddleware
(optional) - show how to integrate with
SwiftServiceLifecycle
(optional) - show how to deploy with
sam
:sam build && sam deploy
What's Changed
SemVer Major
Full Changelog: 0.3.0...2.0.0-beta.1