summaryrefslogtreecommitdiff
path: root/docs-src
diff options
context:
space:
mode:
authorJames Nugent <james@jen20.com>2020-07-12 11:48:27 -0500
committerJames Nugent <james@jen20.com>2020-07-12 11:49:46 -0500
commitb3ac42163750b23e45cca29df2023e1d6a24465f (patch)
treed8939ae036adf46d00fd3cdd630a08d1ca57c796 /docs-src
parent65936317408b1c865487c669d44ba8ad611b0fbc (diff)
Document AWS_META_ENDPOINT
Diffstat (limited to 'docs-src')
-rw-r--r--docs-src/content/functions/aws.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-src/content/functions/aws.yml b/docs-src/content/functions/aws.yml
index 42ce1bad..5648b80e 100644
--- a/docs-src/content/functions/aws.yml
+++ b/docs-src/content/functions/aws.yml
@@ -16,6 +16,7 @@ preamble: |
| `AWS_TIMEOUT` | _(Default `500`)_ Adjusts timeout for API requests, in milliseconds. Not part of the AWS SDK. |
| `AWS_PROFILE` | Profile name the SDK should use when loading shared config from the configuration files. If not provided `default` will be used as the profile name. |
| `AWS_REGION` | Specifies where to send requests. See [this list](https://docs.aws.amazon.com/general/latest/gr/rande.html). Note that the region must be set for AWS functions to work correctly, either through this variable, through a configuration profile, or by running on an EC2 instance. |
+ | `AWS_META_ENDPOINT` | _(Default `http://169.254.169.254`)_ Sets the base address of the instance metadata service. |
funcs:
- name: aws.EC2Meta
alias: ec2meta