docker-lambda
docker-lambda copied to clipboard
Docker images and test runners that replicate the live AWS Lambda environment
I'm working on new project that will use the AWS C++ SDK and the associated C++ runtime https://github.com/aws/aws-sdk-cpp https://aws.amazon.com/blogs/compute/introducing-the-c-lambda-runtime/ A few questions - How does docker-lambda work with the Provided...
Now that amazon added support for Python 3.9 it would be great to add Python 3.9 support https://aws.amazon.com/tw/about-aws/whats-new/2021/08/aws-lambda-adds-support-python-3-9/ This is an attempt to mimic: https://github.com/lambci/docker-lambda/commit/a94337ae2410a94a9ac878622eb82b26bc385a92#diff-0af1966588ced06e3143ae720245c9b7aeaae213c6921c12c742a166679cc505 But this has a dependency...
The Lambda environment unfortunately does not have a tempfs mounted on `/dev/shm`, but it is provided by this image. I can manually fix this by running the container with `--privileged`,...
Thanks of all thank you very much for this project - it's been serving us beautifully for many years. Similar to #329, but for node v16.x - do people have...
Ref https://aws.amazon.com/blogs/compute/python-3-9-runtime-now-available-in-aws-lambda/
``` RUBY_VERSION: 2.7.5 RUBY_PATCHLEVEL: 203 RUBY_PLATFORM: x86_64-linux RUBY_RELEASE_DATE: 2021-11-24 ``` Note: the source is a lambci S3 bucket which is opaque to me as to how that is managed. https://github.com/lambci/docker-lambda/blob/master/ruby2.7/run/Dockerfile#L3...
It looks like ruby2.7 lambdas are now running ruby 2.7.3 - could we get an update image, please?
Lambda updated to the Node.js 14.x runtime a while ago and I was wondering if you intend to offer a lambdaci/lambda image for Node 14.x? If not, do you know...
Hello there! First of all, thanks for this amazing project !! I was wondering if you had any instructions to set up debugging with Pycharm ? It has been really...
The versions of the AWS SDK in the python3.8 image are outdated. (I suspect the same is true for all python 3.x images) The [docs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) say boto3-1.18.55 and botocore-1.21.55 for...