Skip to content
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

Docker support #7

Open
jlarmstrongiv opened this issue Mar 23, 2022 · 2 comments
Open

Docker support #7

jlarmstrongiv opened this issue Mar 23, 2022 · 2 comments

Comments

@jlarmstrongiv
Copy link

This is the second time I’ve seen this repo posted, so I thought I’d ask about docker support 😄 There used to be https://github.com/lambci/lambci, but it is no longer maintained

Docker images can be found on https://hub.docker.com/r/amazon/aws-lambda-nodejs and https://gallery.ecr.aws/lambda/nodejs

More information on using docker with AWS Lambda can be found:

These resources may also be helpful:

@tjanczuk
Copy link
Contributor

@jlarmstrongiv Thank you for raising it. To clarify what the ask is: are you suggesting everynode provides base docker images for every version of node.js in addition to layers like it does today?

@jlarmstrongiv
Copy link
Author

@tjanczuk yes, that’s correct.

I’ve used a mix of regular serverless functions and docker serverless functions for both professional and personal projects since they were released a few years ago. There’s always some troublesome dependency or >50mb function that needs it. As I share code between both, it’s important that they all run on the same version of node. In a perfect world, everynode.

Having the docker images built on the ci regularly like lambda layers would be perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants