Skip to content

CDK app showcasing OpenTelemetry code-based instrumentation for AWS Lambda functions running on the Node.js runtime

License

Notifications You must be signed in to change notification settings

garysassano/cdk-aws-lambda-otel-code-instrumentation-node

Repository files navigation

cdk-aws-lambda-otel-code-instrumentation-node

CDK app showcasing OpenTelemetry code-based instrumentation for AWS Lambda functions running on the Node.js runtime. Implements OpenTelemetry JS SDK 2.x for generating the traces which are sent 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

Releases

No releases published

Packages

No packages published