Skip to content

CDK app that demonstrates OpenTelemetry zero-code instrumentation in AWS Lambda using Node.js runtime

License

Notifications You must be signed in to change notification settings

garysassano/cdk-aws-lambda-otel-auto-instrumentation

Repository files navigation

cdk-aws-lambda-otel-auto-instrumentation

CDK app that demonstrates OpenTelemetry zero-code instrumentation in AWS Lambda using Node.js runtime. It uses ADOT Lambda layer for sending trace data to Honeycomb.

Related Apps

Prerequisites

  • AWS:
  • Honeycomb:
    • Must have set the HONEYCOMB_API_KEY variable in your local environment.
  • Node.js + npm:

Installation

npx projen install

Deployment

npx projen deploy

Cleanup

npx projen destroy