Skip to content

Commit eb7bbb8

Browse files
authored
Enable raw sync events rule (#150)
1 parent b6bd430 commit eb7bbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/develop/namespaced/events-rule-raw-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- develop/namespaced/lambda-raw-sync.yaml
66
parameters:
77
RuleName: "{{ stack_group_config.namespace }}-lambda-raw-sync-trigger"
8-
RuleState: DISABLED
8+
RuleState: ENABLED
99
LambdaArn: !stack_output_external "{{ stack_group_config.namespace }}-lambda-raw-sync::RawSyncFunctionArn"
1010
CronSchedule: cron(0 0 * * ? *)
1111
stack_tags:

0 commit comments

Comments
 (0)