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

It looks like there are quite a few files missing from `provided.al2` runtime docker. For instance, [this example](https://github.com/lambci/docker-lambda/tree/master/examples/provided) runs fine on AWS with both `provided` and `provided.al2`, but it fails...

This pull request bumps up the Golang version from 1.15 to latest 1.17 for lambci/lambda:build-go1.x. - remove the `dep`, [reason](https://github.com/golang/go/issues/38158) Because GoLang v1.16 and above start to support `embed` solution,...

Hi there! Go 1.17 was just released as stable, it appears this project is still using 1.15. There are some performance improvement and other fixed in the intervening released, can...

Hello. First of all, thank you for creating this amazing docker image. I'm using this image in my project. I created this PR because I noticed one improvement. ## Summary...

I want to build a docker image to add my deep learning model GRU into my lambda function. Here is the GRUModel.py ``` import torch import torch.nn as nn class...

Is it possible to add [multi-arch support](https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/) specially ARM compatibility so we can benefit from [AWS Graviton](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/), and faster dev on Apple Silicon Macs

Thank you very much for this project. It's been very useful to me. I noticed that nodejs14.x isn't supported. How can I add it? I found these instructions in the...

Thank you very much for this project! However, it looks that the project is not active. New runtimes are available on AWS Lambda, but these issues are still opened. -...

This PR is an attempt to address issue #358

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies