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
Describe the bug
I managed to deploy both functions but the definition fetcher function fails when running it, it always complains about missing .so files.
To Reproduce
Steps to reproduce the behavior:
Create the build by running make all
Deploy the lambda function with the created build
Run the definition fetcher manually through the test section in the AWS console.
Check the logs, you will find something similar to the screenshot below:
I am just wondering whether I am missing something.
The text was updated successfully, but these errors were encountered:
I am having this same issue, although it seems to pass by that error on other environments that work. My issue is existing environments are fine, but new ones without those files already in S3 fail even after uploading them manually. Did you ever find a fix for this?
Describe the bug
I managed to deploy both functions but the definition fetcher function fails when running it, it always complains about missing .so files.
To Reproduce
Steps to reproduce the behavior:
Create the build by running
make all
Deploy the lambda function with the created build
Run the definition fetcher manually through the test section in the AWS console.
Check the logs, you will find something similar to the screenshot below:
I am just wondering whether I am missing something.
The text was updated successfully, but these errors were encountered: