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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ try await runtime.run()
378
378
379
379
### Integration with Swift Service LifeCycle
380
380
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.
382
382
383
383
### Use Lambda Background Tasks
384
384
@@ -536,7 +536,7 @@ The v2 API prioritizes the following principles:
536
536
537
537
- Readability and Maintainability: Extensive use of `async`/`await` improves code clarity and simplifies maintenance.
538
538
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.
540
540
541
541
- Simplified Codable Support: The `LambdaCodableAdapter` struct eliminates the need for verbose boilerplate code when encoding and decoding events and responses.
0 commit comments