Skip to content

Commit

Permalink
default route bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jneeee committed Dec 4, 2022
1 parent 2e5a4ff commit c823681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yml
Expand Up @@ -56,9 +56,9 @@ Resources:
Properties:
ApiId: !Ref HttpApi
# route all path to one endpoint.
Path: $default
Method: ANY
TimeoutInMillis: 15000
Path: /
Method: ANY
# https://docs.aws.amazon.com/zh_cn/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
PayloadFormatVersion: "2.0"
RouteSettings:
Expand Down

0 comments on commit c823681

Please sign in to comment.