Skip to content

Commit 6583c6f

Browse files
committed
formatting
1 parent 1f80164 commit 6583c6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ The [design document](Sources/AWSLambdaRuntimeCore/Documentation.docc/Proposals/
150150
151151
The proposal has been reviewed and [incorporated feedback from the community](https://forums.swift.org/t/aws-lambda-v2-api-proposal/73819). The full v2 API design document is available [in this repository](Sources/AWSLambdaRuntimeCore/Documentation.docc/Proposals/0001-v2-api.md).
152152
153-
**Key Design Principles**
153+
### Key Design Principles
154154
155155
The v2 API prioritizes the following principles:
156156
157-
**Readability and Maintainability**: Extensive use of `async`/`await` improves code clarity and simplifies maintenance.
157+
- Readability and Maintainability: Extensive use of `async`/`await` improves code clarity and simplifies maintenance.
158158
159-
**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.
159+
- 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.
160160
161-
**Simplified Codable Support**: The `LambdaCodableAdapter` struct eliminates the need for verbose boilerplate code when encoding and decoding events and responses.
161+
- Simplified Codable Support: The `LambdaCodableAdapter` struct eliminates the need for verbose boilerplate code when encoding and decoding events and responses.
162162
163-
**New Capabilities**
163+
### New Capabilities
164164
165165
The v2 API introduces two new features:
166166

0 commit comments

Comments
 (0)