File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Sources/swift-openapi-generator/Documentation.docc Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
8787| [ swift-server/swift-openapi-async-http-client] [ repo-ahc ] | ` ClientTransport ` using [ AsyncHTTPClient] [ ahc ] |
8888| [ swift-server/swift-openapi-vapor] [ repo-vapor ] | ` ServerTransport ` using [ Vapor] [ vapor ] |
8989| [ swift-server/swift-openapi-hummingbird] [ repo-hummingbird ] | ` ServerTransport ` using [ Hummingbird] [ hummingbird ] |
90-
90+ | [ swift-server/swift-openapi-lambda ] [ repo-lambda ] | ` ServerTransport ` using [ AWS Lambda ] [ lambda ] |
9191
9292## Requirements and supported features
9393
@@ -135,6 +135,8 @@ Generator](https://developer.apple.com/wwdc23/10171) from WWDC23.
135135[ vapor ] : https://github.com/vapor/vapor
136136[ repo-hummingbird ] : https://github.com/swift-server/swift-openapi-hummingbird
137137[ hummingbird ] : https://github.com/hummingbird-project/hummingbird
138+ [ repo-lambda ] : https://github.com/swift-server/swift-openapi-lambda
139+ [ lambda ] : https://docs.aws.amazon.com/lambda/latest/dg/welcome.html
138140[ ^ example-openapi-yaml ] : <details ><summary >Example OpenAPI document (click to expand)</summary >
139141
140142 ``` yaml
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
8686| [ swift-server/swift-openapi-async-http-client] [ repo-ahc ] | ` ClientTransport ` using [ AsyncHTTPClient] [ ahc ] |
8787| [ swift-server/swift-openapi-vapor] [ repo-vapor ] | ` ServerTransport ` using [ Vapor] [ vapor ] |
8888| [ swift-server/swift-openapi-hummingbird] [ repo-hummingbird ] | ` ServerTransport ` using [ Hummingbird] [ hummingbird ] |
89+ | [ swift-server/swift-openapi-lambda] [ repo-lambda ] | ` ServerTransport ` using [ AWS Lambda] [ lambda ] |
8990
9091### Requirements and supported features
9192
@@ -198,3 +199,5 @@ components:
198199[vapor]: https://github.com/vapor/vapor
199200[repo-hummingbird]: https://github.com/swift-server/swift-openapi-hummingbird
200201[hummingbird]: https://github.com/hummingbird-project/hummingbird
202+ [repo-lambda]: https://github.com/swift-server/swift-openapi-lambda
203+ [lambda]: https://docs.aws.amazon.com/lambda/latest/dg/welcome.html
You can’t perform that action at this time.
0 commit comments