How to run Go and Node lambdas in Docker #1855
Unanswered
kyusungpark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I had serverless offline working fine when my lambdas were all in JS. I have been writing few lambdas in Go which I output it as a binary with runtime: provided.al2.
I have been trying to make both work but I seem to fail at running both of the lambdas when working with --useDocker tag. (everything worked fined before when running locally before the --useDocker tag)
Go lambda error
Node lambda error (not sure why offline needs credentials to run locally)
go handler
lambda handler
serverless config
Anyone know what might be the solution to making both Go lamabdas and Node lambdas work with Docker? All my lambdas work in prod, I would like to have it working offline for ease of development.
Beta Was this translation helpful? Give feedback.
All reactions