Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@sebsto sebsto released this 09 Oct 17:22
461c18a

A new API to easily create a LambdaRuntime from a LambdaHandler when you choose to not use the closure syntax.

You can now write

let lambdaHandler = MyHandler()
let runtime = LambdaRuntime(lambdaHandler: lambdaHandler)

Thank you @natanrolnik for this contribution.

What's Changed

SemVer Minor

  • Add LambdaRuntime initializer with LambdaHandler directly with Codable support by @natanrolnik in #581

SemVer Patch

  • Remove links to runtime v1, add links to the doc on SPI by @sebsto in #576

Full Changelog: 2.0.0...2.1.0