s3-lambda
s3-lambda copied to clipboard
Lambda functions over S3 objects with concurrency control (each, map, reduce, filter)
Results
3
s3-lambda issues
Sort by
recently updated
recently updated
newest added
It seems that about ~0.1-0.01% of the time, an S3 request fails and turns up an empty object. perhaps there is a retry policy we can set with the aws...
The [debug](https://www.npmjs.com/package/debug) module is a much better approach to debug/verbose output IMO. Most modules already use it and it has become somewhat of a standard approach for logging debug output...