We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install the module on CentOS, and the preinstall.sh script succeeds, but when I try to run the executable, it gives the error:
preinstall.sh
$ npx aws-lambda-ric index.handler 2021-02-13T16:08:11.247Z undefined INFO Executing 'index.handler' in function directory '/workspace' node: symbol lookup error: /workspace/node_modules/aws-lambda-ric/build/Release/runtime-client.node: undefined symbol: _ZN3aws14lambda_runtime7runtimeC1ERKSsS3_
I think this might be helped or fixed by #8
The text was updated successfully, but these errors were encountered:
I tested #8 and it did fix the problem
Sorry, something went wrong.
I'm also getting this error when I try to use a custom CentOS 7 docker image with my lambda.
Hi, this issue has been fixed with the following PR which is included in the 2.1.0 release https://www.npmjs.com/package/aws-lambda-ric/v/2.1.0
No branches or pull requests
I'm trying to install the module on CentOS, and the
preinstall.sh
script succeeds, but when I try to run the executable, it gives the error:I think this might be helped or fixed by #8
The text was updated successfully, but these errors were encountered: