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 cf33d7b commit f209493Copy full SHA for f209493
Sources/AWSLambdaRuntime/LambdaRuntime.swift
@@ -40,7 +40,7 @@ public final class LambdaRuntime<Handler>: Sendable where Handler: StreamingLamb
40
eventLoop: EventLoop = Lambda.defaultEventLoop,
41
logger: Logger = Logger(label: "LambdaRuntime")
42
) {
43
- self.handlerMutex = SendingStorage(handler)
+ self.handlerStorage = SendingStorage(handler)
44
self.eventLoop = eventLoop
45
46
// by setting the log level here, we understand it can not be changed dynamically at runtime
0 commit comments