🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

aws-lambda-stream

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-stream - npm Package Compare versions

Comparing version

to
1.0.15

@@ -33,3 +33,3 @@ "use strict";

const adornKinesisMetrics = (uow, event) => {
const time = `${uow.record.kinesis.approximateArrivalTimestamp}`;
const time = `${uow.record.kinesis.approximateArrivalTimestamp}`.padEnd(14, '0');
uow.metrics = startUow(Number(`${time.substring(0, 10)}${time.substring(11)}`), event.Records.length);

@@ -36,0 +36,0 @@ };

@@ -50,3 +50,3 @@ "use strict";

const assemble = opt => (head, includeFaultHandler = true) => {
const keys = Object.keys(thePipelines);
const keys = Object.keys(thePipelines).filter(k => !process.env.DISABLED_PIPELINES?.includes(k));
debug('assemble: %j', keys);

@@ -53,0 +53,0 @@ if (includeFaultHandler) {

{
"name": "aws-lambda-stream",
"version": "1.0.14",
"version": "1.0.15",
"description": "Create stream processors with AWS Lambda functions.",

@@ -5,0 +5,0 @@ "keywords": [