provider/aws: Expose invoke ARN from Lambda function (for APIG) (#13890)

This commit is contained in:
Radek Simko
2017-04-24 20:47:11 +02:00
committed by GitHub
parent 28851ef5d9
commit cda84b1674
3 changed files with 13 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ For **environment** the following attributes are supported:
* `arn` - The Amazon Resource Name (ARN) identifying your Lambda Function.
* `qualified_arn` - The Amazon Resource Name (ARN) identifying your Lambda Function Version
(if versioning is enabled via `publish = true`).
* `invoke_arn` - The ARN to be used for invoking Lambda Function from API Gateway - to be used in [`aws_api_gateway_integration`](/docs/providers/aws/r/api_gateway_integration.html)'s `uri`
* `version` - Latest published version of your Lambda Function.
* `last_modified` - The date this resource was last modified.
* `kms_key_arn` - (Optional) The ARN for the KMS encryption key.