Skip to content

Commit 1b31060

Browse files
authored
Update README.md
1 parent cc7cfcd commit 1b31060

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ stepFunctions:
3232
- http:
3333
path: gofunction
3434
method: GET
35+
- schedule:
36+
rate: rate(10 minutes)
37+
enabled: true
38+
input:
39+
key1: value1
40+
key2: value2
41+
stageParams:
42+
stage: dev
3543
name: myStateMachine
3644
definition:
3745
Comment: "A Hello World example of the Amazon States Language using an AWS Lambda Function"

0 commit comments

Comments
 (0)