Skip to content

Commit b4f0164

Browse files
authored
Update readme.md (#461)
Add a note about current status for Swift Service Lifecycle support and a link to the issue
1 parent 752bd41 commit b4f0164

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readme.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
> [!IMPORTANT]
22
> The documentation included here refers to the Swift AWS Lambda Runtime v2 (code from the main branch). If you're developing for the runtime v1.x, check this [readme](https://github.com/swift-server/swift-aws-lambda-runtime/blob/v1/readme.md) instead.
33
4-
> [!WARNING]
5-
> The Swift AWS Runtime v2 is work in progress. We will add more documentation and code examples over time.
6-
74
This guide contains the follwoing sections:
85

96
- [The Swift AWS Lambda Runtime](#the-swift-aws-lambda-runtime)
@@ -282,7 +279,7 @@ try await runtime.run()
282279

283280
### Integration with Swift Service LifeCycle
284281

285-
tbd + link to docc
282+
Support for [Swift Service Lifecycle](https://github.com/swift-server/swift-service-lifecycle) is currently being implemented. You can follow https://github.com/swift-server/swift-aws-lambda-runtime/issues/374 for more details and teh current status. Your contributions are welcome.
286283

287284
### Use Lambda Background Tasks
288285

0 commit comments

Comments
 (0)