6 Commits

Author SHA1 Message Date
Sébastien Stormacq c72834d93c 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
2025-09-06 11:34:56 +02:00
Emlyn Murphy eec0a058f7 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 <sebastien.stormacq@gmail.com>
2024-10-30 18:22:56 +01:00
Sebastien Stormacq b2fa4ccf00 rename LambdaOpenAPITransport to OpenAPILambdaTransport for consistency 2023-12-13 20:41:26 -05:00
Sebastien Stormacq 2c177eb1a3 add correct license header to each file 2023-12-13 18:24:01 -05:00
Sebastien Stormacq ef2e29fc26 simplify code for API Gateway V2 (HTTP API) 2023-12-13 16:46:45 -05:00
Sebastien Stormacq 4c84d010a2 initial commit 2023-12-12 21:51:48 -05:00