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

Attempting to install `psycopg2==2.9.1` on python3.6 results in the following error. ``` bash-4.2# pip install psycopg2==2.9.1 Collecting psycopg2==2.9.1 Downloading https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04/psycopg2-2.9.1.tar.gz (379kB) 100% |████████████████████████████████| 389kB 3.5MB/s Complete output from command python...

Dear maintainers This pull request is a proposed implementation for the graceful termination of the `init` process through two modifications * a timeout named a graceful termination that corresponds to...

According to https://alas.aws.amazon.com/ALAS-2021-1484.html, a "severe" vulnerability was found in the python interpreters, requiring they be updated. I couldn't figure out where the 3.8 versioned packages were, so was not able...

# Summary I expect both build and run containers to have boto3 pre-installed, since there's a version of boto3 pre-installed in real lambdas. Note that the exact versions of boto3...

First, thanks for this great project. The number one thing keeping from serverless has always been the tooling/dev experience and I feel like a lot of those problems are being...

Hi there, I am trying to create a layer which includes `dremio-odbc driver` and `pyodbc` to let my Python lambda function connect with `Dremio` database. I was able to create...

What are the DOCKER_LAMBDA_* environment variables used for? One would assume that e.g. `DOCKER_LAMBDA_NO_MODIFY_LOGS` would silent the `Handler/layer file changed, restarting bootstrap...` messages, but it doesn't. Not knowing what the...

Please let us know what you are thinking is the way forwarded regarding docker-lambda and AWS SAM CLI. Are there different use cases that you would recommend using one over...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

`sam local start-api` will cost a lot of time so I found this project, but how can I handle different functions. If I have two files with two different functions...