You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
> [!IMPORTANT]
2
2
> 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.
3
3
4
-
> [!WARNING]
5
-
> The Swift AWS Runtime v2 is work in progress. We will add more documentation and code examples over time.
6
-
7
4
This guide contains the follwoing sections:
8
5
9
6
-[The Swift AWS Lambda Runtime](#the-swift-aws-lambda-runtime)
@@ -282,7 +279,7 @@ try await runtime.run()
282
279
283
280
### Integration with Swift Service LifeCycle
284
281
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.
0 commit comments