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

DynamoDB Scan does not support segments #8171

Open
stephen-christie-ss opened this issue Sep 27, 2024 · 1 comment
Open

DynamoDB Scan does not support segments #8171

stephen-christie-ss opened this issue Sep 27, 2024 · 1 comment

Comments

@stephen-christie-ss
Copy link

I am making a Lambda which splits a scan into multiple segments for "threaded" processing, and hoped to test the logic with Moto before trying it for real. It seems that Moto doesn't understand the concept, however.

AWS documentation:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.ParallelScan

Moto implementation:

items, scanned_count, last_evaluated_key = self.dynamodb_backend.scan(

@bblommers
Copy link
Collaborator

Hi @stephen-christie-ss, welcome to Moto! Marking it as an enhancement to implement this feature.

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

No branches or pull requests

2 participants