testcontainers-aws is a set of AWS containers modules that can be used to create AWS containers.
.. autoclass:: testcontainers.aws.AWSLambdaContainer
The following environment variables are used by the AWS Lambda container:
Each one of the environment variables is expected to be set in the host machine where the test is running.
Make sure you are using an image based on public.ecr.aws/lambda/python
Please checkout https://docs.aws.amazon.com/lambda/latest/dg/python-image.html for more information on how to run AWS Lambda functions locally.
