Skip to content

Commit 0e842ee

Browse files
authored
docs: Update typos in aws-python-scheduled-cron example (#623)
1 parent 977b1e2 commit 0e842ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-python-scheduled-cron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This template demonstrates how to develop and deploy a simple cron-like service
1616

1717
## Schedule event type
1818

19-
This examples defines two functions, `cron` and `secondCron`, both of which are triggered by an event of `schedule` type, which is used for configuring functions to be executed at specific time or in specific intervals. For detailed information about `schedule` event, please refer to corresponding section of Serverless [docs](https://serverless.com/framework/docs/providers/aws/events/schedule/).
19+
This examples defines two functions, `rateHandler` and `cronHandler`, both of which are triggered by an event of `schedule` type, which is used for configuring functions to be executed at specific time or in specific intervals. For detailed information about `schedule` event, please refer to corresponding section of Serverless [docs](https://serverless.com/framework/docs/providers/aws/events/schedule/).
2020

2121
When defining `schedule` events, we need to use `rate` or `cron` expression syntax.
2222

0 commit comments

Comments
 (0)