We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b5143 commit 32e562fCopy full SHA for 32e562f
1 file changed
lambdas/allocate-letter/src/handler/allocate-handler.ts
@@ -77,6 +77,11 @@ export default function createAllocatedLetterHandler(deps: Deps): SQSHandler {
77
78
const letterEvent: unknown = removeEventBridgeWrapper(snsEvent);
79
80
+ deps.logger.info({
81
+ description: "Extracted letter event",
82
+ messageId: record.messageId,
83
+ });
84
+
85
const operationType = getType(letterEvent);
86
87
let supplierSpec: SupplierSpec | undefined;
0 commit comments