-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for node 18 and using docker? #1688
Comments
@OscBacon Seems like I am having the same issue, cannot use lambda layers in serverless-offline. Hopefully team responds soon with some workarounds. |
Key takeaways are that the mapping a handler to a Lambda runtime container isn't just as simple as a string replacement or templating any longer (requiring a bit of logic), and the internals workings of the containers are understandably different. My use case was looking at getting Go working under |
thanks @davidjb - helped me a lot :) |
@OscBacon @davidjb @manfioLP @fahimuddin-brillmark This should now be fixed. I just merged a PR that solves this issue - #1755 |
Hi,
Is there any workaround or tipe for using node 18 and testing with
useDocker
?The text was updated successfully, but these errors were encountered: