Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created November 28, 2020 15:28
Show Gist options
  • Save thanakijwanavit/58fb8033a94f9030a11ad997cdf52af2 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/58fb8033a94f9030a11ad997cdf52af2 to your computer and use it in GitHub Desktop.
set run periodically for lambda function cron event periodic hourly daily
Resources:
Type: AWS::Serverless::Function
Properties:
Events:
RunHourly:
Type: Schedule
Properties:
Schedule: rate(10 minutes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment