Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Datadog CDK Go Example

Use this example Go stack to try out the datadog-cdk-constructs v2 library for Step Functions.

Getting Started

  1. Get a Datadog API key to send monitoring data (Datadog API keys documentation).
  2. Run export DD_API_KEY=<DATADOG_API_KEY> to set the Datadog API key in your shell session.
  3. Set up Datadog forwarder (Datadog Forwarder documentation).
  4. Run export DD_FORWARDER_ARN=<DD_FORWARDER_ARN> to set the Datadog forwarder ARN in your shell session.
  5. Run cdk synth to synthesize the CloudFormation template.
  6. Run cdk diff to see the resource and permission changes that are made.
  7. Run cdk deploy to deploy the stack to AWS.
  8. Invoke your Lambda functions and look for them in Datadog Serverless Monitoring.

Datadog CDK Go Stack

Resources

This demo project was created and modified from Tutorial: Create your first AWS CDK app