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 d489504 commit e687de0Copy full SHA for e687de0
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -440,7 +440,8 @@ internal struct LambdaHTTPServer {
440
LocalServerResponse(
441
id: requestId,
442
status: .ok,
443
- headers: HTTPHeaders(), // the local server has no mecanism to collect headers set by the lambda function
+ // the local server has no mecanism to collect headers set by the lambda function
444
+ headers: HTTPHeaders(),
445
body: body,
446
final: true
447
)
0 commit comments