Skip to content

Commit f5dc5b1

Browse files
committed
cleanup
1 parent 074138f commit f5dc5b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaResponseStreamWriter+Headers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ extension LambdaResponseStreamWriter {
7979
}
8080

8181
/// Write a response part into the stream. Bytes written are streamed continually.
82+
/// This implementation avoids having to modify all the tests and other part of the code that use this function signature
8283
/// - Parameter buffer: The buffer to write.
8384
public func write(_ buffer: ByteBuffer) async throws {
8485
// Write the buffer to the response stream

Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import Logging
1616
import NIOCore
1717
import NIOHTTP1
1818
import NIOPosix
19-
import Synchronization
2019

2120
@usableFromInline
2221
final actor LambdaRuntimeClient: LambdaRuntimeClientProtocol {

0 commit comments

Comments
 (0)