CDK app that deploys an OpenTelemetry collector to AWS App Runner with a Lambda function that sends trace data to Honeycomb via the gateway collector.
- cdk-aws-ecs-otel-collector - Uses ECS instead of App Runner.
- 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