-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
I have lambda function deployed and experiencing some runtime errors. This happens pretty often on first invocation. Once it happens it's hard to replicate with consecutive invocations without waiting for a minute.
{
"errorType": "Runtime.ExitError",
"errorMessage": "RequestId: d922d798-3cc4-4a04-a492-acf5a3d69dc5 Error: Runtime exited with error: exit status 1"
}
START RequestId: d922d798-3cc4-4a04-a492-acf5a3d69dc5 Version: $LATEST
bootstrap: HttpExceptionRequest Request {
host = "127.0.0.1"
port = 9001
secure = False
requestHeaders = [("User-Agent","haskell wreq-0.5.2.1")]
path = "/2018-06-01/runtime/invocation/next"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
ResponseTimeout
END RequestId: d922d798-3cc4-4a04-a492-acf5a3d69dc5
REPORT RequestId: d922d798-3cc4-4a04-a492-acf5a3d69dc5 Duration: 51.78 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 57 MB
RequestId: d922d798-3cc4-4a04-a492-acf5a3d69dc5 Error: Runtime exited with error: exit status 1
Runtime.ExitError
EDIT
aws-lambda-haskell-runtime-1.0.9
Lambda layer v2
EDIT
Also tested clean installation as per instructions in repo and experiencing the same issue.
Metadata
Metadata
Assignees
Labels
No labels