-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I'm building the lambda on Ubuntu with the basic example you've provided in the README.
It builds without any errors but if I upload and test it on aws in crashes with:
{
"errorType": "Runtime.ExitError",
"errorMessage": "RequestId: c24d34ab-f4a9-11e8-a9b7-d5cbfb363674 Error: Runtime exited with error: exit status 1"
}
The log output is:
START RequestId: c24d34ab-f4a9-11e8-a9b7-d5cbfb363674 Version: $LATEST
/var/task/bootstrap: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /var/task/bootstrap)
END RequestId: c24d34ab-f4a9-11e8-a9b7-d5cbfb363674
REPORT RequestId: c24d34ab-f4a9-11e8-a9b7-d5cbfb363674 Duration: 61.35 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 12 MB
RequestId: c24d34ab-f4a9-11e8-a9b7-d5cbfb363674 Error: Runtime exited with error: exit status 1
Runtime.ExitError
jamesmcm, asdrubalinea, llstarscreamll and vinhyenvodoi98
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested