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 9c85560 commit 54744c5Copy full SHA for 54744c5
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -396,7 +396,7 @@ internal struct LambdaHTTPServer {
396
)
397
}
398
// we always accept the /invoke request and push them to the pool
399
- let requestId = "\(UUID().uuidString))"
+ let requestId = UUID().uuidString
400
logger[metadataKey: "requestId"] = "\(requestId)"
401
402
logger.trace("/invoke received invocation, pushing it to the pool and wait for a lambda response")
0 commit comments