You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS : Windows 11
Node version : 14.16.1
Serverless Framework Version : 2.69.0
The text was updated successfully, but these errors were encountered:
chrg1001
changed the title
/lib64/libc.so.6: version GLIBC_2.18' not found` on Lambda/lib64/libc.so.6: version 'GLIBC_2.18' not found on Lambda
Dec 14, 2021
Not familiar enough with Serverless but for now seems like you need to configure somehow the right Runtime env during the deployment. This repo has nothing with your deploy process.
Maybe this repository is not the right place to raise this issue.
I am using rust-serverless/serverless-rust with this repo's docker image to deploy my rust project to lambda.
It was successfully deployed , but I got this error at runtime. (the same issue on awslabs/aws-lambda-rust-runtime/issues/17 )
When I checked the Lambda runtime setting on the AWS Console, it was set to ”Custom runtime".
I changed the Runtime setting to "Custom runtime on Amazon Linux 2" directly on the AWS Console, and it worked fine.
Is there any way to set this up for deploy timing?
Cargo.toml
serverless.yaml
package.json
Environment
OS : Windows 11
Node version : 14.16.1
Serverless Framework Version : 2.69.0
The text was updated successfully, but these errors were encountered: