docs(AWS HTTP API): Expose id setting in serverless.yml doc

This commit is contained in:
Mariusz Nowak 2020-02-27 12:28:49 +13:00 committed by Mariusz Nowak
parent d84e9e7d1e
commit 2de15462e7

View File

@ -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