From ab323d73113e652abc5b04b2aad83779a788de67 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Tue, 12 Mar 2024 10:29:14 +0100 Subject: [PATCH] [Docs] Add a link to the Lambda transport --- README.md | 4 +++- .../Documentation.docc/Swift-OpenAPI-Generator.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f3949b..5c934926 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena | [swift-server/swift-openapi-async-http-client][repo-ahc] | `ClientTransport` using [AsyncHTTPClient][ahc] | | [swift-server/swift-openapi-vapor][repo-vapor] | `ServerTransport` using [Vapor][vapor] | | [swift-server/swift-openapi-hummingbird][repo-hummingbird] | `ServerTransport` using [Hummingbird][hummingbird] | - +| [swift-server/swift-openapi-lambda][repo-lambda] | `ServerTransport` using [AWS Lambda][lambda] | ## Requirements and supported features @@ -135,6 +135,8 @@ Generator](https://developer.apple.com/wwdc23/10171) from WWDC23. [vapor]: https://github.com/vapor/vapor [repo-hummingbird]: https://github.com/swift-server/swift-openapi-hummingbird [hummingbird]: https://github.com/hummingbird-project/hummingbird +[repo-lambda]: https://github.com/swift-server/swift-openapi-lambda +[lambda]: https://docs.aws.amazon.com/lambda/latest/dg/welcome.html [^example-openapi-yaml]:
Example OpenAPI document (click to expand) ```yaml diff --git a/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md b/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md index 2ce9438b..79ef2abd 100644 --- a/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md +++ b/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md @@ -86,6 +86,7 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena | [swift-server/swift-openapi-async-http-client][repo-ahc] | `ClientTransport` using [AsyncHTTPClient][ahc] | | [swift-server/swift-openapi-vapor][repo-vapor] | `ServerTransport` using [Vapor][vapor] | | [swift-server/swift-openapi-hummingbird][repo-hummingbird] | `ServerTransport` using [Hummingbird][hummingbird] | +| [swift-server/swift-openapi-lambda][repo-lambda] | `ServerTransport` using [AWS Lambda][lambda] | ### Requirements and supported features @@ -198,3 +199,5 @@ components: [vapor]: https://github.com/vapor/vapor [repo-hummingbird]: https://github.com/swift-server/swift-openapi-hummingbird [hummingbird]: https://github.com/hummingbird-project/hummingbird +[repo-lambda]: https://github.com/swift-server/swift-openapi-lambda +[lambda]: https://docs.aws.amazon.com/lambda/latest/dg/welcome.html