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 dcbda48 commit 07a05dfCopy full SHA for 07a05df
Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
@@ -34,6 +34,7 @@ package struct LambdaRuntimeError: Error {
34
35
case missingLambdaRuntimeAPIEnvironmentVariable
36
case runtimeCanOnlyBeStartedOnce
37
+ case handlerCanOnlyBeGetOnce
38
case invalidPort
39
}
40
0 commit comments