Skip to content

Commit 47567c1

Browse files
authored
Merge pull request #56 from biznickman/patch-1
Not indenting path and method results in error
2 parents a021d28 + 86935c9 commit 47567c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ stepFunctions:
3232
hellostepfunc1:
3333
events:
3434
- http:
35-
path: gofunction
36-
method: GET
35+
path: gofunction
36+
method: GET
3737
name: myStateMachine
3838
definition:
3939
Comment: "A Hello World example of the Amazon States Language using an AWS Lambda Function"

0 commit comments

Comments
 (0)