summaryrefslogtreecommitdiff
path: root/docs-src/content
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-07-13 08:21:23 -0400
committerGitHub <noreply@github.com>2020-07-13 08:21:23 -0400
commit597e72403db00bcef09e6e595efd4a213af73a1a (patch)
treeee996be03e899c04c6d79fa7aec9964833895fca /docs-src/content
parent2408e35aee3360e333fe6a136ed7fdcdd6c3530a (diff)
parentb3ac42163750b23e45cca29df2023e1d6a24465f (diff)
Merge pull request #897 from jen20/jen20/aws-meta-doc
Document `AWS_META_ENDPOINT`
Diffstat (limited to 'docs-src/content')
-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