Skip to content

Commit 76cc19f

Browse files
committed
any
1 parent 0900746 commit 76cc19f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

serverless.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ functions:
1515
demo_app_fastapi:
1616
handler: lamda_handler.handler
1717
events:
18-
- http:
19-
path: "*"
20-
method: any
18+
- httpApi: "*"
19+
# - http:
20+
# path: "*"
21+
# method: any
2122

0 commit comments

Comments
 (0)