Skip to content

Commit 3c77aeb

Browse files
committed
proxy
1 parent 76cc19f commit 3c77aeb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

serverless.yml

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

0 commit comments

Comments
 (0)