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 f01a9b6 commit 782c0f3Copy full SHA for 782c0f3
Sources/AWSLambdaRuntimeCore/LambdaContext.swift
@@ -21,7 +21,7 @@ import NIOCore
21
extension Lambda {
22
/// Lambda runtime initialization context.
23
/// The Lambda runtime generates and passes the `InitializationContext` to the Lambda factory as an argument.
24
- public final class InitializationContext {
+ public struct InitializationContext {
25
/// `Logger` to log with
26
///
27
/// - note: The `LogLevel` can be configured using the `LOG_LEVEL` environment variable.
0 commit comments