Ben van Enckevort

Results 2 issues of Ben van Enckevort

You cannot use async / await, or promises inside an s3 event handler using this library. The issue lies here, specifically line 309: https://github.com/ar90n/serverless-s3-local/blob/master/index.js#L285-L311 # To reproduce: ```yaml provider: environment:...

This PR is the result of diagnosing high cpu usage on our ECS cluster. It rewrites the `src/producer/groupMessagesPerPartition.js` implementation to be O(n) In practice, this results in a significant performance...