From b3ac42163750b23e45cca29df2023e1d6a24465f Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sun, 12 Jul 2020 11:48:27 -0500 Subject: Document AWS_META_ENDPOINT --- docs-src/content/functions/aws.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs-src') 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 -- cgit v1.2.3