CDKTF app that captures all ECS Task events that contain errored tasks and stores them in CloudWatch Logs.
- cdktf-aws-ecs-task-events-tagger - Sends ECS Task events to a Lambda function for tagging before storing in CloudWatch Logs.
- AWS:
- Must have authenticated with Default Credentials in your local environment.
- Terraform:
- Must be installed in your system.
- Node.js + npm:
- Must be installed in your system.
npx projen install
npx projen deploy
npx projen destroy