Describe what happened:
Basically, cloudformation is provided to install datadog lambda forwarder in AWS. And the app is installed using lambda.
Describe what you expected:
AWS Lambda supports not only zip file but also container image to execute python code. Container image is more and more convenience to manage infrastructure at the side of DevOps. So I request Dockerfile or an official docker image for lambda forwarder.
Describe what happened: Basically, cloudformation is provided to install datadog lambda forwarder in AWS. And the app is installed using lambda.
Describe what you expected: AWS Lambda supports not only zip file but also container image to execute python code. Container image is more and more convenience to manage infrastructure at the side of DevOps. So I request Dockerfile or an official docker image for lambda forwarder.
Steps to reproduce the issue: This is not a bug.