Skip to content

Commit 2520194

Browse files
authored
[Docs] Add a link to the Lambda transport (#544)
[Docs] Add a link to the Lambda transport ### Motivation Showcase the new Lambda transport. ### Modifications Link to the swift-server/swift-openapi-lambda transport repo. ### Result Easier to find that transport. ### Test Plan Previewed locally. Reviewed by: simonjbeaumont Builds: ✔︎ pull request validation (5.10) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (5.9.0) - Build finished. ✔︎ pull request validation (compatibility test) - Build finished. ✔︎ pull request validation (docc test) - Build finished. ✔︎ pull request validation (examples) - Build finished. ✔︎ pull request validation (integration test) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #544
1 parent 75b3119 commit 2520194

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff 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

Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md

+3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)