amazon-archives / serverless-cf-analysis

Apache License 2.0
7 stars 12 forks source link

Modified preprocessing function to batch records #4

Closed cgeisel closed 5 years ago

cgeisel commented 5 years ago

Modified the function to use put_record_batch() rather than put_record(). The function will recursively retry failed messages until they are all successful or the function execution time is exceeded.