Skip to content

Commit 6ad875c

Browse files
author
Sebastien Stormacq
committed
revert the change fro swift-service-lifecycle
1 parent 354e114 commit 6ad875c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Examples/ServiceLifecycle+Postgres/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.26.0"),
1616
.package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "2.0.0"),
1717
.package(url: "https://github.com/awslabs/swift-aws-lambda-events.git", from: "1.0.0"),
18-
.package(url: "https://github.com/awslabs/swift-service-lifecycle.git", from: "2.6.3"),
18+
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.3"),
1919
],
2020
targets: [
2121
.executableTarget(

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ try await runtime.run()
378378

379379
### Integration with Swift Service LifeCycle
380380

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

383383
### Use Lambda Background Tasks
384384

@@ -536,7 +536,7 @@ The v2 API prioritizes the following principles:
536536

537537
- Readability and Maintainability: Extensive use of `async`/`await` improves code clarity and simplifies maintenance.
538538

539-
- Developer Control: Developers own the `main()` function and have the flexibility to inject dependencies into the `LambdaRuntime`. This allows you to manage service lifecycles efficiently using [Swift Service Lifecycle](https://github.com/awslabs/swift-service-lifecycle) for structured concurrency.
539+
- Developer Control: Developers own the `main()` function and have the flexibility to inject dependencies into the `LambdaRuntime`. This allows you to manage service lifecycles efficiently using [Swift Service Lifecycle](https://github.com/swift-server/swift-service-lifecycle) for structured concurrency.
540540

541541
- Simplified Codable Support: The `LambdaCodableAdapter` struct eliminates the need for verbose boilerplate code when encoding and decoding events and responses.
542542

0 commit comments

Comments
 (0)