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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -902,14 +902,14 @@ No modules.
902
902
| <aname="output_lambda_layer_created_date"></a> [lambda\_layer\_created\_date](#output\_lambda\_layer\_created\_date)| The date Lambda Layer resource was created |
903
903
| <aname="output_lambda_layer_layer_arn"></a> [lambda\_layer\_layer\_arn](#output\_lambda\_layer\_layer\_arn)| The ARN of the Lambda Layer without version |
904
904
| <aname="output_lambda_layer_signing_job_arn"></a> [lambda\_layer\_signing\_job\_arn](#output\_lambda\_layer\_signing\_job\_arn)| ARN of a signing job |
905
+
| <aname="output_lambda_layer_signing_profile_version_arn"></a> [lambda\_layer\_signing\_profile\_version\_arn](#output\_lambda\_layer\_signing\_profile\_version\_arn)| ARN for a signing profile version |
905
906
| <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 |
906
907
| <aname="output_lambda_layer_version"></a> [lambda\_layer\_version](#output\_lambda\_layer\_version)| The Lambda Layer version |
907
908
| <aname="output_lambda_role_arn"></a> [lambda\_role\_arn](#output\_lambda\_role\_arn)| The ARN of the IAM role created for the Lambda Function |
908
909
| <aname="output_lambda_role_name"></a> [lambda\_role\_name](#output\_lambda\_role\_name)| The name of the IAM role created for the Lambda Function |
909
910
| <aname="output_lambda_role_unique_id"></a> [lambda\_role\_unique\_id](#output\_lambda\_role\_unique\_id)| The unique id of the IAM role created for the Lambda Function |
910
911
| <aname="output_local_filename"></a> [local\_filename](#output\_local\_filename)| The filename of zip archive deployed (if deployment was from local) |
911
912
| <aname="output_s3_object"></a> [s3\_object](#output\_s3\_object)| The map with S3 object data of zip archive deployed (if deployment was from S3) |
912
-
| <aname="output_signing_profile_version_arn"></a> [signing\_profile\_version\_arn](#output\_signing\_profile\_version\_arn)| ARN for a signing profile version |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,11 @@ No inputs.
84
84
| <aname="output_lambda_function_url_id"></a> [lambda\_function\_url\_id](#output\_lambda\_function\_url\_id)| The Lambda Function URL generated id |
85
85
| <aname="output_lambda_function_version"></a> [lambda\_function\_version](#output\_lambda\_function\_version)| Latest published version of Lambda Function |
86
86
| <aname="output_lambda_layer_arn"></a> [lambda\_layer\_arn](#output\_lambda\_layer\_arn)| The ARN of the Lambda Layer with version |
87
+
| <aname="output_lambda_layer_code_sha256"></a> [lambda\_layer\_code\_sha256](#output\_lambda\_layer\_code\_sha256)| Base64-encoded representation of raw SHA-256 sum of the zip file |
87
88
| <aname="output_lambda_layer_created_date"></a> [lambda\_layer\_created\_date](#output\_lambda\_layer\_created\_date)| The date Lambda Layer resource was created |
88
89
| <aname="output_lambda_layer_layer_arn"></a> [lambda\_layer\_layer\_arn](#output\_lambda\_layer\_layer\_arn)| The ARN of the Lambda Layer without version |
90
+
| <aname="output_lambda_layer_signing_job_arn"></a> [lambda\_layer\_signing\_job\_arn](#output\_lambda\_layer\_signing\_job\_arn)| ARN of a signing job |
91
+
| <aname="output_lambda_layer_signing_profile_version_arn"></a> [lambda\_layer\_signing\_profile\_version\_arn](#output\_lambda\_layer\_signing\_profile\_version\_arn)| ARN for a signing profile version |
89
92
| <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 |
90
93
| <aname="output_lambda_layer_version"></a> [lambda\_layer\_version](#output\_lambda\_layer\_version)| The Lambda Layer version |
91
94
| <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/event-source-mapping/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ No inputs.
61
61
62
62
| Name | Description |
63
63
|------|-------------|
64
+
| <aname="output_lambda_event_source_mapping_arn"></a> [lambda\_event\_source\_mapping\_arn](#output\_lambda\_event\_source\_mapping\_arn)| The event source mapping ARN |
64
65
| <aname="output_lambda_event_source_mapping_function_arn"></a> [lambda\_event\_source\_mapping\_function\_arn](#output\_lambda\_event\_source\_mapping\_function\_arn)| The the ARN of the Lambda function the event source mapping is sending events to |
65
66
| <aname="output_lambda_event_source_mapping_state"></a> [lambda\_event\_source\_mapping\_state](#output\_lambda\_event\_source\_mapping\_state)| The state of the event source mapping |
66
67
| <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 |
0 commit comments