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 following the instruction on the Github page but I got a cannot execute binary file on AWS Lambda.
So I try to test on my local and get the same error message. Here is the error
/Users/xxx/Documents/lambda_ruby_2/tmp_rumbda/ruby/bin/ruby: line 6: /Users/xxx/Documents/lambda_ruby_2/tmp_rumbda/ruby/bin.real/ruby: cannot execute binary file
/Users/xxx/Documents/lambda_ruby_2/tmp_rumbda/ruby/bin/ruby: line 6: /Users/xxx/Documents/lambda_ruby_2/tmp_rumbda/ruby/bin.real/ruby: Undefined error: 0
The above error shows up when I want to run the wrapper.
I went through the bash file and feel like maybe it's because of the binary ruby in bin.real folder
The text was updated successfully, but these errors were encountered:
cannot execute binary file
Thanks for the useful tool though first
I am following the instruction on the Github page but I got a
cannot execute binary file
on AWS Lambda.So I try to test on my local and get the same error message. Here is the error
The above error shows up when I want to run the wrapper.
I went through the bash file and feel like maybe it's because of the binary ruby in
bin.real
folderThe text was updated successfully, but these errors were encountered: