wri / gfw-raster-analysis-lambda

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

Fix batchwriteitem bug #57

Closed solomon-negusse closed 2 years ago

solomon-negusse commented 2 years ago

This was reviewed when it got merged to develop branch but decided to push it to master as hotfix since develop has other changes that'll need more time for testing being going to production.

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