AWS Lambdas with Docker images: do I have to create a different docker image per lambda?
I have a big number of lambdas, all sharing the same libraries. Due to size constraints I can not package the libraries together with the lambda neither use the Lambda Layers, so I have created a Docker image (let's call…