From 2de15462e75aea78be73d4b2ebefbca4f0d76c9b Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 27 Feb 2020 12:28:49 +1300 Subject: [PATCH] docs(AWS HTTP API): Expose `id` setting in `serverless.yml` doc --- docs/providers/aws/guide/serverless.yml.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/providers/aws/guide/serverless.yml.md b/docs/providers/aws/guide/serverless.yml.md index 2275852f1..31fd1b158 100644 --- a/docs/providers/aws/guide/serverless.yml.md +++ b/docs/providers/aws/guide/serverless.yml.md @@ -78,6 +78,7 @@ provider: alb: targetGroupPrefix: xxxxxxxxxx # Optional prefix to prepend when generating names for target groups httpApi: + id: # If we want to attach to externally created HTTP API its id should be provided here cors: true # Implies default behavior, can be fine tuned with specficic options authorizers: # JWT authorizers to back HTTP API endpoints