Skip to content

Commit

Permalink
Adding datadog info
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Apr 7, 2024
1 parent a03da44 commit 4b432c1
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions ingestor/.chalice/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -585,7 +603,7 @@
]
}
},
"ShuttleTravelTimes": {
"ShuttleTravelTimes": {
"Type": "AWS::DynamoDB::Table",
"Properties": {
"TableName": "ShuttleTravelTimes",
Expand All @@ -608,7 +626,6 @@
"AttributeName": "date",
"KeyType": "RANGE"
}

],
"BillingMode": "PAY_PER_REQUEST",
"Tags": [
Expand All @@ -623,7 +640,7 @@
"Type": "AWS::S3::Bucket",
"DeletionPolicy": "Retain",
"Properties": {
"BucketName": "tm-shuttle-positions"
"BucketName": "tm-shuttle-positions"
}
}
}
Expand Down

0 comments on commit 4b432c1

Please sign in to comment.