We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8b2d9 commit 0900746Copy full SHA for 0900746
serverless.yml
@@ -16,6 +16,6 @@ functions:
16
handler: lamda_handler.handler
17
events:
18
- http:
19
- path: /{proxy+}
+ path: "*"
20
method: any
21
0 commit comments