We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5305616 commit 0979bccCopy full SHA for 0979bcc
lambdas/upsert-letter/src/handler/upsert-handler.ts
@@ -161,7 +161,7 @@ export default function createUpsertLetterHandler(deps: Deps): SQSHandler {
161
162
const tasks = event.Records.map(async (record) => {
163
try {
164
- const message: string = parseSNSNotification(record);
+ const message: string = parseSNSNotification(record, deps);
165
166
const snsEvent = JSON.parse(message);
167
0 commit comments