lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.84k stars 431 forks source link

Missing files from provided.al2 #341

Open ivanov-wai opened 3 years ago

ivanov-wai commented 3 years ago

It looks like there are quite a few files missing from provided.al2 runtime docker.

For instance, this example runs fine on AWS with both provided and provided.al2, but it fails with lambci/lambda:provided.al2

Aposhian commented 2 years ago

Fixing this would go a long way towards reproducing lambda environments for local debugging.