From 4b432c182a28676220ce62163ce5982d9aa79a23 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Sun, 7 Apr 2024 16:05:36 -0400 Subject: [PATCH] Adding datadog info --- ingestor/.chalice/resources.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/ingestor/.chalice/resources.json b/ingestor/.chalice/resources.json index dbd0ce8..d196df6 100644 --- a/ingestor/.chalice/resources.json +++ b/ingestor/.chalice/resources.json @@ -321,6 +321,24 @@ } } }, + "ProcessDailyLamp": { + "Type": "AWS::Serverless::Function", + "Properties": { + "Environment": { + "Variables": { + "DD_API_KEY": { + "Ref": "DDApiKey" + }, + "DD_VERSION": { + "Ref": "GitVersion" + }, + "DD_TAGS": { + "Ref": "DDTags" + } + } + } + } + }, "DeliveredTripMetricsDB": { "Type": "AWS::DynamoDB::Table", "Properties": { @@ -585,7 +603,7 @@ ] } }, - "ShuttleTravelTimes": { + "ShuttleTravelTimes": { "Type": "AWS::DynamoDB::Table", "Properties": { "TableName": "ShuttleTravelTimes", @@ -608,7 +626,6 @@ "AttributeName": "date", "KeyType": "RANGE" } - ], "BillingMode": "PAY_PER_REQUEST", "Tags": [ @@ -623,7 +640,7 @@ "Type": "AWS::S3::Bucket", "DeletionPolicy": "Retain", "Properties": { - "BucketName": "tm-shuttle-positions" + "BucketName": "tm-shuttle-positions" } } }