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.
- cdk-aws-lambda-otel-code-instrumentation - Uses OpenTelemetry code instrumentation instead of auto.
- AWS:
- Must have authenticated with Default Credentials in your local environment.
- Must have completed the CDK bootstrapping for the target AWS environment.
- Honeycomb:
- Must have set the
HONEYCOMB_API_KEY
variable in your local environment.
- Must have set the
- Node.js + npm:
- Must be installed in your system.
npx projen install
npx projen deploy
npx projen destroy