Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Chunk data to put more than 25 elements at once in DynamoDB #460

Merged
merged 2 commits into from
Jan 7, 2024

Conversation

bwook00
Copy link
Contributor

@bwook00 bwook00 commented Jan 6, 2024

close #446

Use the chunk function to chunk the data into 25 pieces for put and delete(use batch_write_item) in dynamo_linker.

@bwook00 bwook00 requested a review from vkehfdl1 January 6, 2024 15:26
@bwook00 bwook00 changed the title DynamoDB can't put more than 25 elements at once. Chunk data to put more than 25 elements at once in DynamoDB Jan 6, 2024
@vkehfdl1 vkehfdl1 merged commit f68968e into main Jan 7, 2024
1 check passed
@vkehfdl1 vkehfdl1 deleted the Hotfix/#446 branch January 7, 2024 04:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HotFix] DynamoDB can't put more than 25 elements at once.
2 participants