RetailMeNotSandbox / dart

Self-service data workflow management
MIT License
17 stars 12 forks source link

Re-use cloudwatch rules when possible for Dart triggers #181

Closed maybeiambatman closed 7 years ago

maybeiambatman commented 7 years ago

Due to the increase in dart scheduled triggers, we are hitting our cloudwatch rule limits fast. We have long known that the creation of rules and targets was not implemented efficiently in Dart. It's time to improve this logic.

A/C:

Case 1: Create New Trigger

Case 2: Update Trigger

Case 3: Delete Trigger