diff --git a/ingestion.tf b/ingestion.tf index 94feb6f..67061ff 100644 --- a/ingestion.tf +++ b/ingestion.tf @@ -1,3 +1,100 @@ + +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 = <