Skip to content

Commit

Permalink
Route lambda through datadog so we get traces (#772)
Browse files Browse the repository at this point in the history
* Route lambda through datadog so we get traces

* Setting handler correctly
  • Loading branch information
devinmatte authored Jul 16, 2023
1 parent 799fba0 commit 2ec8e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/frontend-cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
},
"APIHandler": {
"Properties": {
"Handler": "datadog_lambda.handler.handler",
"Environment": {
"Variables": {
"MBTA_V2_API_KEY": { "Ref": "MbtaV2ApiKey" },
Expand Down

0 comments on commit 2ec8e8a

Please sign in to comment.