You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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]>