Skip to content

Commit 54744c5

Browse files
sebstoCopilot
andauthored
Update Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
Co-authored-by: Copilot <[email protected]>
1 parent 9c85560 commit 54744c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ internal struct LambdaHTTPServer {
396396
)
397397
}
398398
// we always accept the /invoke request and push them to the pool
399-
let requestId = "\(UUID().uuidString))"
399+
let requestId = UUID().uuidString
400400
logger[metadataKey: "requestId"] = "\(requestId)"
401401

402402
logger.trace("/invoke received invocation, pushing it to the pool and wait for a lambda response")

0 commit comments

Comments
 (0)