Skip to content

Commit b2f012b

Browse files
remove operationType from messageProcessed
1 parent 9f9d1cf commit b2f012b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lambdas/upsert-letter/src/handler/upsert-handler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export default function createUpsertLetterHandler(deps: Deps): SQSHandler {
175175
const operation = getOperationFromType(type);
176176
metrics.putDimensions({
177177
FunctionName: "upsertLambda",
178-
OperationType: operation.name,
179178
// eslint-disable-next-line sonarjs/pseudo-random
180179
OddOrEven: `${Math.floor(Math.random() * 10) % 2}`,
181180
});

0 commit comments

Comments
 (0)