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

VS-1487: fix: Threaded BatchGetItem on 3.8+ #32

Merged
merged 3 commits into from
Sep 2, 2022

Conversation

xaviergmail
Copy link
Contributor

BatchGetItem does not work in AWS Lambda on Python 3.8+ due to internal changes in the multiprocessing module.

This PR switches the threadpool implementation to concurrent.futures.ThreadPoolExecutor.

I have also gone ahead and created a simple script to ease creation and configuration of a DynamoDB table and environment variables used to run integration tests.

@github-actions github-actions bot added the core label Sep 1, 2022
@xaviergmail xaviergmail changed the title fix: Threaded BatchGetItem on 3.8+ VS-1487: fix: Threaded BatchGetItem on 3.8+ Sep 1, 2022
@xaviergmail xaviergmail merged commit 36c43d1 into develop Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants