Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Datadog CDK TypeScript Example

Use this example TypeScript 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 yarn install dependencies.
  6. Run cdk synth to synthesize the CloudFormation template.
  7. Run cdk diff to see the resource and permission changes that are made.
  8. Run cdk deploy --all to deploy the stacks to AWS.
  9. Invoke your Step Function and look for them in Datadog Serverless Monitoring.

Datadog CDK TypeScript Stack