This is a simple DynamoDB calculator with the purpose of estimating total operations/sec required for a given workload. The output of this then provide costs estimates for the workload.
To build the site you will need NPM and vite installed.
npm install -g vite
To run the site locally:
npm run dev
This site is deployed using GitHub Actions. The workflow is defined in .github/workflows/static.yml
.