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
I am currently building my rust lambda using the dockerless method, it builds and deploys fine but when I attempt to test it throws the error: Error: fork/exec /var/task/bootstrap: no such file or directory Runtime.InvalidEntrypoint
🤔 Expected Behavior
it should execute the task inside the lambda as normal
🐛 Bug description
I am currently building my rust lambda using the dockerless method, it builds and deploys fine but when I attempt to test it throws the error:
Error: fork/exec /var/task/bootstrap: no such file or directory Runtime.InvalidEntrypoint
🤔 Expected Behavior
it should execute the task inside the lambda as normal
👟 Steps to reproduce
Using these dependencies
and code that resembles
you should be able to reproduce
🌍 Your environment
running on ubuntu with
serverless version: 2.35
rust-plugin version: 0.3.8
The text was updated successfully, but these errors were encountered: