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
Thanks for reporting @kmai . Can you please share some details about your LocalStack configuration? Please note that Lambda code mounting requires the LAMBDA_REMOTE_DOCKER and HOST_TMP_FOLDER environment variables to be configured properly - see here: https://github.com/localstack/localstack#using-local-code-with-lambda Please keep us posted how it goes, thanks!
I'm trying to invoke a function locally using localstack and a Golang binary as a handler.
If I mount the directory (
mountCode: True
), I get the following message when doing the invoke:If I set
mountCode: False
, the function works without issues.The text was updated successfully, but these errors were encountered: