Improve this page

Back to AWS Terraform templates index <–

aws_lambda_function_event_invoke_config with Terraform

aws_lambda_function_event_invoke_config by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "aws_lambda_function_event_invoke_config" {
  function_name = "arn:aws:lambda:us-east-1:078292051551:function:cloudboost"
  sqs_arn       = "arn:aws:sqs:us-east-1:078292051551:latest"
  sns_arn       = "arn:aws:sns:us-east-1:078292051551:trending"
}