Skip to content

Commit

Permalink
docs(AWS HTTP API): Expose id setting in serverless.yml doc
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Feb 27, 2020
1 parent d84e9e7 commit 2de1546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/providers/aws/guide/serverless.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2de1546

Please sign in to comment.