Skip to content

Tags: swift-server/swift-openapi-lambda

Tags

2.0.0-beta.1

Toggle 2.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to support AWS Lambda Runtime for Swift v2 (#22)

- Update this library to 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. I propose to release v2 to align this library's
major with the Swift AWS Lambda Runtime's major.

- Add a QuoteAPI example in the `Examples` directory

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add quote api example (#20)

In preparation for a v2 release that will support the Lambda Runtime v2, I'm adding an end-to-end example project

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade swift-aws-lambda-events (#19)

Upgrade swift-aws-lambda-events from version `0.x.x` to version `1.x.x`

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Query String Parameters Being Ignored (#11)

* Put query string into the path for OpenAPIGenerator code

* minor comments and formatting changes

---------

Co-authored-by: Sébastien Stormacq <[email protected]>

0.1.2

Toggle 0.1.2's commit message
Update swift lambda event dependency to version 0.3.0

0.1.1

Toggle 0.1.1's commit message
use from instead of branch for swift docc plugin

0.1.0

Toggle 0.1.0's commit message
First public release