resource "aws_iam_role" "ingestion_lambda_role" { # need a specific role so that we can disable cloudwatch logs path = "/service-role/" name_prefix = "sonde-ingestion-" assume_role_policy = <