kreuzwerker / DKT.flows-engine

Apache License 2.0
0 stars 0 forks source link

Add support for Scheduled Lambdas #78

Closed johipsum closed 6 years ago

johipsum commented 6 years ago

In order to consume RSS feeds or similar it should be possible to execute a TriggerService function in a given interval. E.g. all 10 minutes. To do this we need to create a CloudWatch-Event that calls the TriggerService function in a configured time interval with a configured payload.

johipsum commented 6 years ago

Activating and deactivating of flows and its scheduled triggers is part of #76 Activate / Deactivate Flows