wri / gfw-raster-analysis-lambda

GFW Raster Analysis in AWS Lambda
8 stars 4 forks source link

save results in chunks of dynamodb batch write limit size #56

Closed solomon-negusse closed 3 years ago

solomon-negusse commented 3 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

Storing results in dynamodb fails when results list size exceeds batch_write_item limit of 25 items Issue Number: GTC-1428

What is the new behavior?

Does this introduce a breaking change?

Other information