@remit/smtp-worker 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -46,8 +46,8 @@ process.on("SIGTERM", () => {
|
|
|
46
46
|
isShuttingDown = true;
|
|
47
47
|
});
|
|
48
48
|
|
|
49
|
-
// Minimal Lambda Context: `withTelemetry` only reads `functionName
|
|
50
|
-
//
|
|
49
|
+
// Minimal Lambda Context: `withTelemetry` only reads `functionName`, for the
|
|
50
|
+
// line it logs per invocation; the prod handler never touches the rest.
|
|
51
51
|
const lambdaContext = {
|
|
52
52
|
functionName: `e2e-smtp-worker-${queueName}`,
|
|
53
53
|
} as Context;
|