Created
November 28, 2020 15:28
-
-
Save thanakijwanavit/58fb8033a94f9030a11ad997cdf52af2 to your computer and use it in GitHub Desktop.
set run periodically for lambda function cron event periodic hourly daily
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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