DataDog / datadog-serverless-functions

Repo of AWS Lambda and Azure Functions functions that process streams and send data to Datadog
Apache License 2.0
337 stars 386 forks source link

Support docker image for log forwarder #682

Open odg0318 opened 1 year ago

odg0318 commented 1 year ago

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.

berniedurfee-renaissance commented 10 months ago

This would be great!