Open castodius opened 1 year ago
Currently the log subscription lambda runs every X minutes and aggressively tries to put a log subscription. I think we can be a bit smarter:
If a user wants to reapply the subscriptions they would simply have to rerun the second function.
This would require removing the current caching that is taking place.
Partially improved in https://github.com/enfogroup/sniffles-cdk/commit/340f1b6258b0946a7d48a6c5fbdf737f3640de92, still a blunt solution.
Currently the log subscription lambda runs every X minutes and aggressively tries to put a log subscription. I think we can be a bit smarter:
If a user wants to reapply the subscriptions they would simply have to rerun the second function.