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
* Fix error with inconsistent values for fileexists when setting the source code hash ([#734](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/734)) ([99a1bc5](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/99a1bc50e332dc8702216faf5c0380cbbe11c89c))
| <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 |
883
878
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
884
879
| <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) |
880
+
| <aname="output_lambda_function_code_sha256"></a> [lambda\_function\_code\_sha256](#output\_lambda\_function\_code\_sha256)| The base64-encoded representation of the source code package file |
885
881
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
886
882
| <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 |
887
883
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
@@ -890,14 +886,16 @@ No modules.
890
886
| <aname="output_lambda_function_qualified_invoke_arn"></a> [lambda\_function\_qualified\_invoke\_arn](#output\_lambda\_function\_qualified\_invoke\_arn)| The Invoke ARN identifying your Lambda Function Version |
891
887
| <aname="output_lambda_function_signing_job_arn"></a> [lambda\_function\_signing\_job\_arn](#output\_lambda\_function\_signing\_job\_arn)| ARN of the signing job |
892
888
| <aname="output_lambda_function_signing_profile_version_arn"></a> [lambda\_function\_signing\_profile\_version\_arn](#output\_lambda\_function\_signing\_profile\_version\_arn)| ARN of the signing profile version |
893
-
| <aname="output_lambda_function_source_code_hash"></a> [lambda\_function\_source\_code\_hash](#output\_lambda\_function\_source\_code\_hash)|Base64-encoded representation of raw SHA-256 sum of the zip file |
889
+
| <aname="output_lambda_function_source_code_hash"></a> [lambda\_function\_source\_code\_hash](#output\_lambda\_function\_source\_code\_hash)|The user-defined hash of the source code package file |
894
890
| <aname="output_lambda_function_source_code_size"></a> [lambda\_function\_source\_code\_size](#output\_lambda\_function\_source\_code\_size)| The size in bytes of the function .zip file |
895
891
| <aname="output_lambda_function_url"></a> [lambda\_function\_url](#output\_lambda\_function\_url)| The URL of the Lambda Function URL |
896
892
| <aname="output_lambda_function_url_id"></a> [lambda\_function\_url\_id](#output\_lambda\_function\_url\_id)| The Lambda Function URL generated id |
897
893
| <aname="output_lambda_function_version"></a> [lambda\_function\_version](#output\_lambda\_function\_version)| Latest published version of Lambda Function |
898
894
| <aname="output_lambda_layer_arn"></a> [lambda\_layer\_arn](#output\_lambda\_layer\_arn)| The ARN of the Lambda Layer with version |
895
+
| <aname="output_lambda_layer_code_sha256"></a> [lambda\_layer\_code\_sha256](#output\_lambda\_layer\_code\_sha256)| The base64-encoded representation of the Lambda Layer source code package file |
899
896
| <aname="output_lambda_layer_created_date"></a> [lambda\_layer\_created\_date](#output\_lambda\_layer\_created\_date)| The date Lambda Layer resource was created |
900
897
| <aname="output_lambda_layer_layer_arn"></a> [lambda\_layer\_layer\_arn](#output\_lambda\_layer\_layer\_arn)| The ARN of the Lambda Layer without version |
898
+
| <aname="output_lambda_layer_source_code_hash"></a> [lambda\_layer\_source\_code\_hash](#output\_lambda\_layer\_source\_code\_hash)| The user-defined hash of the Lambda Layer source code package file |
901
899
| <aname="output_lambda_layer_source_code_size"></a> [lambda\_layer\_source\_code\_size](#output\_lambda\_layer\_source\_code\_size)| The size in bytes of the Lambda Layer .zip file |
902
900
| <aname="output_lambda_layer_version"></a> [lambda\_layer\_version](#output\_lambda\_layer\_version)| The Lambda Layer version |
903
901
| <aname="output_lambda_role_arn"></a> [lambda\_role\_arn](#output\_lambda\_role\_arn)| The ARN of the IAM role created for the Lambda Function |
Copy file name to clipboardExpand all lines: examples/alias/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,17 +66,20 @@ No inputs.
66
66
| <aname="output_lambda_alias_name"></a> [lambda\_alias\_name](#output\_lambda\_alias\_name)| The name of the Lambda Function Alias |
67
67
| <aname="output_lambda_function_arn"></a> [lambda\_function\_arn](#output\_lambda\_function\_arn)| The ARN of the Lambda Function |
68
68
| <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
+
| <aname="output_lambda_function_code_sha256"></a> [lambda\_function\_code\_sha256](#output\_lambda\_function\_code\_sha256)| The base64-encoded representation of the source code package file |
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 |
72
73
| <aname="output_lambda_function_name"></a> [lambda\_function\_name](#output\_lambda\_function\_name)| The name of the Lambda Function |
73
74
| <aname="output_lambda_function_qualified_arn"></a> [lambda\_function\_qualified\_arn](#output\_lambda\_function\_qualified\_arn)| The ARN identifying your Lambda Function Version |
74
-
| <aname="output_lambda_function_source_code_hash"></a> [lambda\_function\_source\_code\_hash](#output\_lambda\_function\_source\_code\_hash)|Base64-encoded representation of raw SHA-256 sum of the zip file |
75
+
| <aname="output_lambda_function_source_code_hash"></a> [lambda\_function\_source\_code\_hash](#output\_lambda\_function\_source\_code\_hash)|The user-defined hash of the source code package file |
75
76
| <aname="output_lambda_function_source_code_size"></a> [lambda\_function\_source\_code\_size](#output\_lambda\_function\_source\_code\_size)| The size in bytes of the function .zip file |
76
77
| <aname="output_lambda_function_version"></a> [lambda\_function\_version](#output\_lambda\_function\_version)| Latest published version of Lambda Function |
77
78
| <aname="output_lambda_layer_arn"></a> [lambda\_layer\_arn](#output\_lambda\_layer\_arn)| The ARN of the Lambda Layer with version |
79
+
| <aname="output_lambda_layer_code_sha256"></a> [lambda\_layer\_code\_sha256](#output\_lambda\_layer\_code\_sha256)| The base64-encoded representation of the Lambda Layer source code package file |
78
80
| <aname="output_lambda_layer_created_date"></a> [lambda\_layer\_created\_date](#output\_lambda\_layer\_created\_date)| The date Lambda Layer resource was created |
79
81
| <aname="output_lambda_layer_layer_arn"></a> [lambda\_layer\_layer\_arn](#output\_lambda\_layer\_layer\_arn)| The ARN of the Lambda Layer without version |
82
+
| <aname="output_lambda_layer_source_code_hash"></a> [lambda\_layer\_source\_code\_hash](#output\_lambda\_layer\_source\_code\_hash)| The user-defined hash of the Lambda Layer source code package file |
80
83
| <aname="output_lambda_layer_source_code_size"></a> [lambda\_layer\_source\_code\_size](#output\_lambda\_layer\_source\_code\_size)| The size in bytes of the Lambda Layer .zip file |
81
84
| <aname="output_lambda_layer_version"></a> [lambda\_layer\_version](#output\_lambda\_layer\_version)| The Lambda Layer version |
82
85
| <aname="output_lambda_role_arn"></a> [lambda\_role\_arn](#output\_lambda\_role\_arn)| The ARN of the IAM role created for the Lambda Function |
Copy file name to clipboardExpand all lines: examples/async/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,20 @@ No inputs.
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
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) |
58
+
| <aname="output_lambda_function_code_sha256"></a> [lambda\_function\_code\_sha256](#output\_lambda\_function\_code\_sha256)| The base64-encoded representation of the source code package file |
58
59
| <aname="output_lambda_function_invoke_arn"></a> [lambda\_function\_invoke\_arn](#output\_lambda\_function\_invoke\_arn)| The Invoke ARN of the Lambda Function |
59
60
| <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 |
60
61
| <aname="output_lambda_function_last_modified"></a> [lambda\_function\_last\_modified](#output\_lambda\_function\_last\_modified)| The date Lambda Function resource was last modified |
61
62
| <aname="output_lambda_function_name"></a> [lambda\_function\_name](#output\_lambda\_function\_name)| The name of the Lambda Function |
62
63
| <aname="output_lambda_function_qualified_arn"></a> [lambda\_function\_qualified\_arn](#output\_lambda\_function\_qualified\_arn)| The ARN identifying your Lambda Function Version |
63
-
| <aname="output_lambda_function_source_code_hash"></a> [lambda\_function\_source\_code\_hash](#output\_lambda\_function\_source\_code\_hash)|Base64-encoded representation of raw SHA-256 sum of the zip file |
64
+
| <aname="output_lambda_function_source_code_hash"></a> [lambda\_function\_source\_code\_hash](#output\_lambda\_function\_source\_code\_hash)|The user-defined hash of the source code package file |
64
65
| <aname="output_lambda_function_source_code_size"></a> [lambda\_function\_source\_code\_size](#output\_lambda\_function\_source\_code\_size)| The size in bytes of the function .zip file |
65
66
| <aname="output_lambda_function_version"></a> [lambda\_function\_version](#output\_lambda\_function\_version)| Latest published version of Lambda Function |
66
67
| <aname="output_lambda_layer_arn"></a> [lambda\_layer\_arn](#output\_lambda\_layer\_arn)| The ARN of the Lambda Layer with version |
68
+
| <aname="output_lambda_layer_code_sha256"></a> [lambda\_layer\_code\_sha256](#output\_lambda\_layer\_code\_sha256)| The base64-encoded representation of the Lambda Layer source code package file |
67
69
| <aname="output_lambda_layer_created_date"></a> [lambda\_layer\_created\_date](#output\_lambda\_layer\_created\_date)| The date Lambda Layer resource was created |
68
70
| <aname="output_lambda_layer_layer_arn"></a> [lambda\_layer\_layer\_arn](#output\_lambda\_layer\_layer\_arn)| The ARN of the Lambda Layer without version |
71
+
| <aname="output_lambda_layer_source_code_hash"></a> [lambda\_layer\_source\_code\_hash](#output\_lambda\_layer\_source\_code\_hash)| The user-defined hash of the Lambda Layer source code package file |
69
72
| <aname="output_lambda_layer_source_code_size"></a> [lambda\_layer\_source\_code\_size](#output\_lambda\_layer\_source\_code\_size)| The size in bytes of the Lambda Layer .zip file |
70
73
| <aname="output_lambda_layer_version"></a> [lambda\_layer\_version](#output\_lambda\_layer\_version)| The Lambda Layer version |
71
74
| <aname="output_lambda_role_arn"></a> [lambda\_role\_arn](#output\_lambda\_role\_arn)| The ARN of the IAM role created for the Lambda Function |
0 commit comments