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
@hbcondo
Hmm, I'm sorry, I couldn't reproduce this problem.
Could you give me more detailed information? It would be helpful if I could get the example code of this.
that sounds like BASH is trying to interpret Perl code and you don't have the shebang (that is #!/usr/bin/env perl or #!/usr/bin/perl at the very start of your script
I added the Perl layer with the Using Provided Layers approach but I keep receiving the error:
use: command not found
The Lambda function bootstrap file is successfully finding the
pl
file but it doesn't understand that perl code inside of it.@moznion, are there additional steps to use the provided layer?
The text was updated successfully, but these errors were encountered: