We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e95e7 commit 198402eCopy full SHA for 198402e
.tools/test/stacks/admin/typescript/admin_stack.ts
@@ -42,7 +42,7 @@ class AdminStack extends Stack {
42
43
private initRule(topic: sns.Topic): void {
44
const rule = new events.Rule(this, "trigger-rule", {
45
- schedule: events.Schedule.cron({ minute: "0", hour: "*" }),
+ schedule: events.Schedule.cron({ minute: "0", hour: "0" }),
46
});
47
rule.addTarget(new targets.SnsTopic(topic));
48
}
0 commit comments