diff --git a/template.yml b/template.yml index e7275bd..d2477ff 100644 --- a/template.yml +++ b/template.yml @@ -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: