We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3c528 commit 0b777a2Copy full SHA for 0b777a2
serverless.yml
@@ -16,9 +16,9 @@ functions:
16
cron:
17
handler: app.handler.send_message
18
events:
19
- # Invoke Lambda function at 00:01 (UTC+8) every day
+ # Invoke Lambda function at 00:01 (UTC) every day
20
# Syntax reference: https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents-expressions.html
21
- - schedule: cron(1 16 * * ? *)
+ - schedule: cron(1 0 * * ? *)
22
23
package:
24
exclude:
0 commit comments