Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ECS events + EventBridge to track task success/failure #257

Closed
epicfaace opened this issue Aug 12, 2020 · 1 comment · Fixed by #261
Closed

Use ECS events + EventBridge to track task success/failure #257

epicfaace opened this issue Aug 12, 2020 · 1 comment · Fixed by #261
Assignees

Comments

@epicfaace
Copy link
Contributor

This will be more robust than our current approach.

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_cwe_events.html

@epicfaace
Copy link
Contributor Author

It seems like serverless framework comes with first-class support for eventbridge, so we can just trigger a lambda function instead of having to use a webhook -- see https://www.serverless.com/framework/docs/providers/aws/events/event-bridge/.

This is probably our best option, as terraform doesn't support eventbridge (see hashicorp/terraform-provider-aws#9330).

@epicfaace epicfaace self-assigned this Aug 14, 2020
@epicfaace epicfaace changed the title Use ECS events and webhooks to track task success/failure Use ECS events + EventBridge to track task success/failure Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant