skip_destroy- (Optional) Whether to retain the old version of a previously deployed Lambda Layer. Default isfalse. When this is not set totrue, changing any ofcompatible_runtimes,description,layer_name,oss_bucket_name,oss_object_name, orzip_fileforces deletion of the existing layer version and...
layers List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. list(string) null no license_info License info for your Lambda Layer. Eg, MIT or full url of a license. string "" no local_existing_package The absolute path to an existing zip-file to use str...
assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "lambda.amazonaws.com" }, "Action": "sts:AssumeRole" } ] } EOF } resource "aws_lambda_function" "lambda_function" { role = "${aws_iam_role.lambda_exe_ro...
resource/aws_lambda_layer_version: Add support for python3.10 compatible_runtimes value (#30781) resource/aws_main_route_table_association: Add configurable timeouts (#30755) resource/aws_route: Allow gateway_id value of local when updating a Route (#24507) resource/aws_route_table_association: ...
If this configuration is not provided when environment variables are in use, AWS Lambda uses a default service key string null no log_forwarder_lambda_tags A map of tags to apply to the log forwarder lambda function map(string) {} no log_forwarder_layers List of Lambda Layer Version ARNs ...
managed_policy_arns = ["arn:aws:iam::aws:policy/service-role/AWSLambdaVPCAccessExecutionRole"] assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Action": "sts:AssumeRole", "Principal": { "Service": "lambda.amazonaws.com" ...
aft_lambda_layer ./modules/aft-lambda-layer n/a aft_ssm_parameters ./modules/aft-ssm-parameters n/a packaging ./modules/aft-archives n/a Resources NameType aws_partition.current data source aws_service.home_region_validation data source aws_ssm_parameters_by_path.servicecatalog_regional_data da...
module"cron"{source="git@github.com:uridium/terraform-aws-lambda-scheduler.git"function_name="plower"handler="lambda.handler"runtime="python3.9"layer_enabled=truecode_directory="/opt/lambda"input="{\"firstName\":\"John\",\"lastName\":\"Doe\"}"vars={ foo="bar"}tags={ Env="Stage"}cro...
aws_lambda_event_source_mapping aws_lambda_function aws_lambda_function_event_invoke_config aws_lambda_layer_version media_package aws_media_package_channel media_store aws_media_store_container msk aws_msk_cluster nat aws_nat_gateway nacl aws_network_acl organization aws_organization...
function_env_vars Which env vars (if any) to invoke the Lambda with map no function_handler Instructs Lambda on which function to invoke within the ZIP file string "index.handler" no function_runtime Which node.js version should Lambda use for this function string "nodejs8.10" no function...