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.
2 parents 18737c8 + 782c0f3 commit ac89982Copy full SHA for ac89982
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