You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_arn.log_group_arn](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/arn)| data source |
718
+
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
718
719
|[aws_cloudwatch_log_group.lambda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_log_group)| data source |
719
720
|[aws_iam_policy.tracing](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy)| data source |
720
721
|[aws_iam_policy.vpc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy)| data source |
@@ -724,6 +725,7 @@ No modules.
724
725
|[aws_iam_policy_document.dead_letter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
725
726
|[aws_iam_policy_document.logs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
726
727
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
728
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
727
729
|[external_external.archive_prepare](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external)| data source |
728
730
729
731
## Inputs
@@ -851,6 +853,7 @@ No modules.
851
853
| <aname="output_lambda_event_source_mapping_state_transition_reason"></a> [lambda\_event\_source\_mapping\_state\_transition\_reason](#output\_lambda\_event\_source\_mapping\_state\_transition\_reason)| The reason the event source mapping is in its current state |
852
854
| <aname="output_lambda_event_source_mapping_uuid"></a> [lambda\_event\_source\_mapping\_uuid](#output\_lambda\_event\_source\_mapping\_uuid)| The UUID of the created event source mapping |
853
855
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
856
+
| <aname="output_lambda_function_arn_static"></a> [lambda\_function\_arn\_static](#output\_lambda\_function\_arn\_static)| The static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions) |
854
857
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
855
858
| <aname="output_lambda_function_kms_key_arn"></a> [lambda\_function\_kms\_key\_arn](#output\_lambda\_function\_kms\_key\_arn)| The ARN for the KMS encryption key of Lambda Function |
856
859
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
Copy file name to clipboardExpand all lines: examples/alias/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ No inputs.
63
63
| <aname="output_lambda_alias_invoke_arn"></a> [lambda\_alias\_invoke\_arn](#output\_lambda\_alias\_invoke\_arn)| The ARN to be used for invoking Lambda Function from API Gateway |
64
64
| <aname="output_lambda_alias_name"></a> [lambda\_alias\_name](#output\_lambda\_alias\_name)| The name of the Lambda Function Alias |
65
65
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
66
+
| <aname="output_lambda_function_arn_static"></a> [lambda\_function\_arn\_static](#output\_lambda\_function\_arn\_static)| The static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions) |
66
67
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
67
68
| <aname="output_lambda_function_kms_key_arn"></a> [lambda\_function\_kms\_key\_arn](#output\_lambda\_function\_kms\_key\_arn)| The ARN for the KMS encryption key of Lambda Function |
68
69
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
Copy file name to clipboardExpand all lines: examples/async/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ No inputs.
54
54
|------|-------------|
55
55
| <aname="output_lambda_cloudwatch_log_group_arn"></a> [lambda\_cloudwatch\_log\_group\_arn](#output\_lambda\_cloudwatch\_log\_group\_arn)| The ARN of the Cloudwatch Log Group |
56
56
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
57
+
| <aname="output_lambda_function_arn_static"></a> [lambda\_function\_arn\_static](#output\_lambda\_function\_arn\_static)| The static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions) |
57
58
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
58
59
| <aname="output_lambda_function_kms_key_arn"></a> [lambda\_function\_kms\_key\_arn](#output\_lambda\_function\_kms\_key\_arn)| The ARN for the KMS encryption key of Lambda Function |
59
60
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ No inputs.
66
66
|------|-------------|
67
67
| <aname="output_lambda_cloudwatch_log_group_arn"></a> [lambda\_cloudwatch\_log\_group\_arn](#output\_lambda\_cloudwatch\_log\_group\_arn)| The ARN of the Cloudwatch Log Group |
68
68
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
69
+
| <aname="output_lambda_function_arn_static"></a> [lambda\_function\_arn\_static](#output\_lambda\_function\_arn\_static)| The static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions) |
69
70
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
70
71
| <aname="output_lambda_function_kms_key_arn"></a> [lambda\_function\_kms\_key\_arn](#output\_lambda\_function\_kms\_key\_arn)| The ARN for the KMS encryption key of Lambda Function |
71
72
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
Copy file name to clipboardExpand all lines: examples/container-image/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ No inputs.
58
58
| <aname="output_docker_image_uri"></a> [docker\_image\_uri](#output\_docker\_image\_uri)| The ECR Docker image URI used to deploy Lambda Function |
59
59
| <aname="output_lambda_cloudwatch_log_group_arn"></a> [lambda\_cloudwatch\_log\_group\_arn](#output\_lambda\_cloudwatch\_log\_group\_arn)| The ARN of the Cloudwatch Log Group |
60
60
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
61
+
| <aname="output_lambda_function_arn_static"></a> [lambda\_function\_arn\_static](#output\_lambda\_function\_arn\_static)| The static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions) |
61
62
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
62
63
| <aname="output_lambda_function_kms_key_arn"></a> [lambda\_function\_kms\_key\_arn](#output\_lambda\_function\_kms\_key\_arn)| The ARN for the KMS encryption key of Lambda Function |
63
64
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
0 commit comments