aws-lambda-stream
Advanced tools
Comparing version
@@ -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": [ |
226313
0.08%5486
0.18%