We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074138f commit f5dc5b1Copy full SHA for f5dc5b1
Sources/AWSLambdaRuntime/LambdaResponseStreamWriter+Headers.swift
@@ -79,6 +79,7 @@ extension LambdaResponseStreamWriter {
79
}
80
81
/// 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
83
/// - Parameter buffer: The buffer to write.
84
public func write(_ buffer: ByteBuffer) async throws {
85
// Write the buffer to the response stream
Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift
@@ -16,7 +16,6 @@ import Logging
16
import NIOCore
17
import NIOHTTP1
18
import NIOPosix
19
-import Synchronization
20
21
@usableFromInline
22
final actor LambdaRuntimeClient: LambdaRuntimeClientProtocol {
0 commit comments