spring-media/terraform-aws-lambda

Unified cloudwatch event rule

moritzzimmer opened this issue · 0 comments

Lambda functions can be triggered from CloudWatch either by event_pattern or schedule_expression , see https://www.terraform.io/docs/providers/aws/r/cloudwatch_event_rule.html.

Currently only the latter is supported in this module. Idea: deprecate the current cloudwatch-scheduled-event sub-module in favor of a cloudwatch sub-module supporting both.