We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb79d22 commit af33bc7Copy full SHA for af33bc7
1 file changed
lambdas/supplier-events-forwarder/src/forwarder.ts
@@ -9,6 +9,7 @@ export default function createForwarder(deps: Deps): SQSHandler {
9
);
10
11
for (const firehoseCommand of firehoseCommands) {
12
+ deps.logger.info({ description: "Sending firehose command" });
13
await deps.firehoseClient.send(firehoseCommand);
14
}
15
};
0 commit comments