mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
docs(AWS HTTP API): Expose id setting in serverless.yml doc
This commit is contained in:
parent
d84e9e7d1e
commit
2de15462e7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user