Closed MRossol closed 2 years ago
Why this feature is necessary: Need a docker container for lambda
Need a container to be lambda compliant: https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html
The container must have a handler wrapper as the entry point: https://docs.aws.amazon.com/lambda/latest/dg/python-handler.html
Example handler files: https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/python/example_code/lambda/boto_client_examples/lambda_handler_scheduled.py
Charge code Puerto Rico
Urgency / Timeframe ASAP
Python container images: https://docs.aws.amazon.com/lambda/latest/dg/python-image.html
FROM public.ecr.aws/lambda/python:3.8
I think this has been completed as part of the puerto rico work.
Why this feature is necessary: Need a docker container for lambda
Need a container to be lambda compliant: https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html
The container must have a handler wrapper as the entry point: https://docs.aws.amazon.com/lambda/latest/dg/python-handler.html
Example handler files: https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/python/example_code/lambda/boto_client_examples/lambda_handler_scheduled.py
Charge code Puerto Rico
Urgency / Timeframe ASAP