Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCU and WCU not used #35

Open
jprivillaso opened this issue Sep 29, 2021 · 1 comment
Open

RCU and WCU not used #35

jprivillaso opened this issue Sep 29, 2021 · 1 comment

Comments

@jprivillaso
Copy link

Hey there!

I'm sure that this is probably an issue on my end, but I wonder why my code is not working. I updated my tables to have 100 RCUs (source) and 200 WCU (target). However, the output is Copied 25 items at a time.

Am I missing a configuration here?

What can I do so that the lib actually uses the tables RCUs and WCUs?

Thank you

@russ-marcie
Copy link

You can only send up to 25 items in a single BatchWriteItem request, but you can send as many BatchWriteItem requests as you want at one time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants