Skip to content

vincemtnz/ddb-ops-f042ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDB Operations tests

Testing DDB performance when performing multiple operations

Instructions

Install dependencies

uv sync

It should read your aws credentials automatically (botocore). Make sure you're using the right account and role.

Update .env with the table name.

To run a script, use the following command:

uv run path/to/script.py

# Example
uv run tasks/read-items.py batch-get --total 500 --prefix XXA --execute

To enable debug logging, set the LOG_LEVEL ENV variable to DEBUG. This will log all the requests and responses from the AWS SDK, including consumed capacity units

LOG_LEVEL=DEBUG uv run tasks/read-items.py batch-get --total 500 --prefix XXA --execute

NOTE: Pre-existing mock numbers:

  • 441134960001
  • 441134960002

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages