Skip to content

Commit

Permalink
Enable raw sync events rule (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski authored Oct 16, 2024
1 parent b6bd430 commit eb7bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/develop/namespaced/events-rule-raw-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- develop/namespaced/lambda-raw-sync.yaml
parameters:
RuleName: "{{ stack_group_config.namespace }}-lambda-raw-sync-trigger"
RuleState: DISABLED
RuleState: ENABLED
LambdaArn: !stack_output_external "{{ stack_group_config.namespace }}-lambda-raw-sync::RawSyncFunctionArn"
CronSchedule: cron(0 0 * * ? *)
stack_tags:
Expand Down

0 comments on commit eb7bbb8

Please sign in to comment.