Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 3cb0232

Browse files
committed
Correcting Cron Syntax
1 parent 21c08c0 commit 3cb0232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Resources:
2424
Schedule:
2525
Type: Schedule
2626
Properties:
27-
Schedule: cron(* 22 * * *)
27+
Schedule: cron(0 22 * * ? *)
2828
Environment:
2929
Variables:
3030
REGION: None

0 commit comments

Comments
 (0)