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