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

Docker images and test runners that replicate the live AWS Lambda environment

Results 68 docker-lambda issues
Sort by recently updated
recently updated
newest added

dotnet6 is now a supported runtime on AWS Lambda, see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html. Please can we get support for this?

I've been having issues getting a vscode debugger to attach to the delve debugger on the lambci/lambda:go1.x container. I haven't seen any documentation on how to do this. I've gone...

Lambda has added official support for ARM (https://aws.amazon.com/blogs/aws/aws-lambda-functions-powered-by-aws-graviton2-processor-run-your-functions-on-arm-and-get-up-to-34-better-price-performance/) now. So, I tried building lambci/lambda images on my arm64 local machine but to build any image here, first we need to...

First, thanks a lot for this life-saving project! As AWS released their own docker images with slightly different calling conventions, could you make port and function name configurable so lambci...

Would it be possible to get this image made available on the [AWS ECR Public Gallery](https://gallery.ecr.aws/)? This would help avoid the issue of rate limiting implemented by DockerHub especially when...

This PR uses the ECR image of the AWS Lambda nodejs image. Closes #329

Is it possible for you to rebuild all the images, so that we can get updated versions of everything? I'm getting SSL errors from `curl` until I update it in...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Could you please confirm whether the java11 image is based on AL2/Corretto JVM ? or is it one of AL2/Open JDK, AL1/Open JDK, AL1/Corretto ?

This is an attempt to add support for `nodejs14.x` runtime. I believe it needs manual action from someone with proper privileges to actually build the base image - it also...