docker-lambda icon indicating copy to clipboard operation
docker-lambda copied to clipboard

Thoughts on official aws-lambda-base-images ?

Open josegonzalez opened this issue 1 year ago • 2 comments

This project by AWS appears to have been created and has dockerfiles for all images. I've quickly looked and there doesn't seem to be a different build image such as what is provided here and by the now archived lambci project.

Do you have any thoughts on maybe somehow unifying this project and the official base image project? I think there is definitely utility in this project - I use it here for building lambda functions - but it's not super clear if there is a good way to integrate docker-lambda with the official base images (or if it would be even desirable).

josegonzalez avatar Jul 06 '23 22:07 josegonzalez

I am planning on switching to the official Lambda images as a base for the images in this project so that I don't have to do the ugly filesystem dumping, but this will be a major refactor of the existing code and currently I don't have enough spare time to do it.

Contributions are welcome 😉

mLupine avatar Aug 02 '23 22:08 mLupine

Official AWS lambda images fails with runtime error when there is a concurrent request and the docker container crashes. Lambci doesn't crash the container.

karthikpdc avatar Feb 16 '24 15:02 karthikpdc