From 8daef830e0fb844f1fcf3c99cd385eba25aa4883 Mon Sep 17 00:00:00 2001 From: Thibault RICHARD Date: Mon, 20 Dec 2021 09:51:10 +0100 Subject: [PATCH] docs: Update `httpApi` reference in `serverless.yml.md` (#10389) --- docs/providers/aws/guide/serverless.yml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/providers/aws/guide/serverless.yml.md b/docs/providers/aws/guide/serverless.yml.md index a64afb501..716971cae 100644 --- a/docs/providers/aws/guide/serverless.yml.md +++ b/docs/providers/aws/guide/serverless.yml.md @@ -188,6 +188,8 @@ provider: id: 'my-id' # If we want to attach to externally created HTTP API its id should be provided here name: 'dev-my-service' # Use custom name for the API Gateway API, default is ${sls:stage}-${self:service} payload: '2.0' # Specify payload format version for Lambda integration ('1.0' or '2.0'), default is '2.0' + disableDefaultEndpoint: false # Specify whether clients can invoke your API by using the default `execute-api` endpoint + metrics: true # Enable detailed metrics cors: true # Implies default behavior, can be fine tuned with specific options authorizers: # JWT authorizer to back HTTP API endpoints