From a2b8e932adbcde3bd911d4babb104a9541a6ffdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Sun, 12 Jan 2025 17:39:54 +0100 Subject: [PATCH] Update readme.md Add a note about current status for Swift Service Lifecycle support and a link to the issue --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 4d1ad7a4..e844dd0a 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,6 @@ > [!IMPORTANT] > 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. -> [!WARNING] -> The Swift AWS Runtime v2 is work in progress. We will add more documentation and code examples over time. - This guide contains the follwoing sections: - [The Swift AWS Lambda Runtime](#the-swift-aws-lambda-runtime) @@ -282,7 +279,7 @@ try await runtime.run() ### Integration with Swift Service LifeCycle -tbd + link to docc +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. ### Use Lambda Background Tasks