We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9ddb1 commit 9cc1221Copy full SHA for 9cc1221
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