Skip to content

Commit

Permalink
Cleanup yankee config to allow deploys (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte authored Sep 1, 2024
1 parent b4a7bf0 commit 412e3f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 74 deletions.
6 changes: 0 additions & 6 deletions ingestor/.chalice/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@
"update_time_predictions": {
"iam_policy_file": "policy-time-predictions.json",
"lambda_timeout": 300
},
"update_yankee_shuttles": {
"iam_policy_file": "policy-yankee.json",
"lambda_memory_size": 1024,
"lambda_timeout": 60,
"max_ebs_size_gb": 2
}
}
}
Expand Down
43 changes: 0 additions & 43 deletions ingestor/.chalice/policy-yankee.json

This file was deleted.

25 changes: 0 additions & 25 deletions ingestor/.chalice/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,31 +329,6 @@
}
}
},
"UpdateYankeeShuttles": {
"Type": "AWS::Serverless::Function",
"Properties": {
"Description": "Updates and stores Yankee shuttle positions",
"Environment": {
"Variables": {
"DD_API_KEY": {
"Ref": "DDApiKey"
},
"DD_VERSION": {
"Ref": "GitVersion"
},
"DD_TAGS": {
"Ref": "DDTags"
},
"YANKEE_API_KEY": {
"Ref": "YankeeApiKey"
},
"DD_GIT_REPOSITORY_URL": {
"Ref": "DDGitRepositoryUrl"
}
}
}
}
},
"DeliveredTripMetricsDB": {
"Type": "AWS::DynamoDB::Table",
"Properties": {
Expand Down

0 comments on commit 412e3f3

Please sign in to comment.