Skip to content

Commit f209493

Browse files
sebstoadam-fowler
andauthored
renamae handlerMutex to handlerStorage
Co-authored-by: Adam Fowler <[email protected]>
1 parent cf33d7b commit f209493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaRuntime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class LambdaRuntime<Handler>: Sendable where Handler: StreamingLamb
4040
eventLoop: EventLoop = Lambda.defaultEventLoop,
4141
logger: Logger = Logger(label: "LambdaRuntime")
4242
) {
43-
self.handlerMutex = SendingStorage(handler)
43+
self.handlerStorage = SendingStorage(handler)
4444
self.eventLoop = eventLoop
4545

4646
// by setting the log level here, we understand it can not be changed dynamically at runtime

0 commit comments

Comments
 (0)