Skip to content

Commit 86935c9

Browse files
authored
Not indenting path and method results in error
If you copy the formatting of the README it results in an error `Cannot read property 'path' of null`. This fixed it for me.
1 parent a021d28 commit 86935c9

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)