Skip to content

Commit

Permalink
chore: Stub commit to trigger lambda deploy (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jun 29, 2023
1 parent 46b2abf commit 99212e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer-js-queue-handler/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Indexer from "./indexer.js";
import AWSXRay from "aws-xray-sdk";
import AWS from "aws-sdk";

// capture calls to AWS services in X-ray traces
// Capture calls to AWS services in X-ray traces
AWSXRay.captureAWS(AWS);

export const consumer = async (event) => {
Expand Down

0 comments on commit 99212e3

Please sign in to comment.