Skip to content

Commit

Permalink
proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed May 25, 2024
1 parent 76cc19f commit 3c77aeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ functions:
demo_app_fastapi:
handler: lamda_handler.handler
events:
- httpApi: "*"
# - http:
# path: "*"
# method: any
- http:
path: /{proxy+}
method: any

0 comments on commit 3c77aeb

Please sign in to comment.