Skip to content

Commit 33cc99d

Browse files
committed
explictly create an API route in the SAM template
1 parent 5e50eae commit 33cc99d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ Resources:
380380
# pass through all HTTP verbs and paths
381381
Api:
382382
Type: HttpApi
383+
Properties:
384+
Path: /{proxy+}
385+
Method: ANY
386+
383387
Metadata:
384388
BuildMethod: makefile
385389

0 commit comments

Comments
 (0)