File tree 2 files changed +6
-1
lines changed
Sources/swift-openapi-generator/Documentation.docc
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
87
87
| [ swift-server/swift-openapi-async-http-client] [ repo-ahc ] | ` ClientTransport ` using [ AsyncHTTPClient] [ ahc ] |
88
88
| [ swift-server/swift-openapi-vapor] [ repo-vapor ] | ` ServerTransport ` using [ Vapor] [ vapor ] |
89
89
| [ 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 ] |
91
91
92
92
## Requirements and supported features
93
93
@@ -135,6 +135,8 @@ Generator](https://developer.apple.com/wwdc23/10171) from WWDC23.
135
135
[ vapor ] : https://github.com/vapor/vapor
136
136
[ repo-hummingbird ] : https://github.com/swift-server/swift-openapi-hummingbird
137
137
[ 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
138
140
[ ^ example-openapi-yaml ] : <details ><summary >Example OpenAPI document (click to expand)</summary >
139
141
140
142
``` 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
86
86
| [ swift-server/swift-openapi-async-http-client] [ repo-ahc ] | ` ClientTransport ` using [ AsyncHTTPClient] [ ahc ] |
87
87
| [ swift-server/swift-openapi-vapor] [ repo-vapor ] | ` ServerTransport ` using [ Vapor] [ vapor ] |
88
88
| [ swift-server/swift-openapi-hummingbird] [ repo-hummingbird ] | ` ServerTransport ` using [ Hummingbird] [ hummingbird ] |
89
+ | [ swift-server/swift-openapi-lambda] [ repo-lambda ] | ` ServerTransport ` using [ AWS Lambda] [ lambda ] |
89
90
90
91
### Requirements and supported features
91
92
@@ -198,3 +199,5 @@ components:
198
199
[vapor]: https://github.com/vapor/vapor
199
200
[repo-hummingbird]: https://github.com/swift-server/swift-openapi-hummingbird
200
201
[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