0
1
llucycodes42
This code installs a lambda function on the AWS Cloud. The code uses the resource variable to specify the name of the lambda function. The function is executed on the AWS Cloud by creating an instance of the function and passing the appropriate parameters.
Shortcut: tf_aws_lambda_function
resource "aws_lambda_function" "${MyAWSResource}" {
}