AWS Lambda Terraform module

Upstream version 8.8.0
0 controls from Registry requirements

Terraform Module Source

registry.compliance.tf/terraform-aws-modules/lambda/aws
NameTypeDescriptionSensitive
lambda_cloudwatch_log_group_arnThe ARN of the Cloudwatch Log Group
lambda_cloudwatch_log_group_nameThe name of the Cloudwatch Log Group
lambda_event_source_mapping_arnThe event source mapping ARN
lambda_event_source_mapping_function_arnThe the ARN of the Lambda function the event source mapping is sending events to
lambda_event_source_mapping_stateThe state of the event source mapping
lambda_event_source_mapping_state_transition_reasonThe reason the event source mapping is in its current state
lambda_event_source_mapping_uuidThe UUID of the created event source mapping
lambda_function_arnThe ARN of the Lambda Function
lambda_function_arn_staticThe static ARN of the Lambda Function. Use this to avoid cycle errors between resources (e.g., Step Functions)
lambda_function_code_sha256The base64-encoded representation of the source code package file
lambda_function_invoke_arnThe Invoke ARN of the Lambda Function
lambda_function_kms_key_arnThe ARN for the KMS encryption key of Lambda Function
lambda_function_last_modifiedThe date Lambda Function resource was last modified
lambda_function_nameThe name of the Lambda Function
lambda_function_qualified_arnThe ARN identifying your Lambda Function Version
lambda_function_qualified_invoke_arnThe Invoke ARN identifying your Lambda Function Version
lambda_function_signing_job_arnARN of the signing job
lambda_function_signing_profile_version_arnARN of the signing profile version
lambda_function_source_code_hashThe user-defined hash of the source code package file
lambda_function_source_code_sizeThe size in bytes of the function .zip file
lambda_function_urlThe URL of the Lambda Function URL
lambda_function_url_idThe Lambda Function URL generated id
lambda_function_versionLatest published version of Lambda Function
lambda_layer_arnThe ARN of the Lambda Layer with version
lambda_layer_code_sha256The base64-encoded representation of the Lambda Layer source code package file
lambda_layer_created_dateThe date Lambda Layer resource was created
lambda_layer_layer_arnThe ARN of the Lambda Layer without version
lambda_layer_source_code_hashThe user-defined hash of the Lambda Layer source code package file
lambda_layer_source_code_sizeThe size in bytes of the Lambda Layer .zip file
lambda_layer_versionThe Lambda Layer version
lambda_role_arnThe ARN of the IAM role created for the Lambda Function
lambda_role_nameThe name of the IAM role created for the Lambda Function
lambda_role_unique_idThe unique id of the IAM role created for the Lambda Function
local_filenameThe filename of zip archive deployed (if deployment was from local)
s3_objectThe map with S3 object data of zip archive deployed (if deployment was from S3)