CDKTF app that captures all ECS Task events that contain errored tasks and sends them to a Lambda function for tagging and storage in CloudWatch Logs.
- cdktf-aws-ecs-task-events-logger - Sends ECS Task events directly to 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