numo-labs / aws-lambda-helper

:lollipop: Collection of helper methods for lambda
GNU General Public License v3.0
22 stars 2 forks source link

Ensure that only the results that are in S3 are pushed to client #62

Closed hassy closed 8 years ago

hassy commented 8 years ago

This fixes the issue where some items could fail to be uploaded to S3 but the errors would be ignored (and an error would be returned only if the last upload operation failed). This could lead to the client receiving search results that didn't have a corresponding object in S3.