🚀 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.20

@@ -57,3 +57,9 @@ "use strict";

}
})).through((0, _s.getObjectFromS3)(options)).map(uow => ({
})).through((0, _s.getObjectFromS3)({
id: 'handler:fromS3',
additionalClientOpts: {
followRegionRedirects: true
},
...options
})).map(uow => ({
...uow,

@@ -60,0 +66,0 @@ event: JSON.parse(Buffer.from(uow.getResponse.Body), _utils.decompress)

@@ -21,4 +21,8 @@ "use strict";

}))).through((0, _s.getObjectFromS3)({
id: 'handler:claimcheck',
getRequestField: 'getClaimCheckRequest',
getResponseField: 'getClaimCheckResponse'
getResponseField: 'getClaimCheckResponse',
additionalClientOpts: {
followRegionRedirects: true
}
})).map((0, _faults.faulty)(uow => clear({

@@ -25,0 +29,0 @@ ...uow,

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

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