DEV Community

Srinivasulu Paranduru
Srinivasulu Paranduru

Posted on

AWS Lambda Integration with DataDog

Step by step approach for integrating Datadog with AWS Lambda

AWS Lambda metrics :
There are 3 ways to get metrics from AWS Lambda:

  • You can get Cloudwatch Lambda metrics from the Datadog AWS integration
  • You can get enhanced metrics by installing Serverless Monitoring for AWS Lambda through the Datadog Lambda Extension.
  • You can submit custom metrics to Datadog from your Lambda functions.

References :

Under progress

Top comments (0)