An exciting DynamoDB client 🧨
DynamoDB has too much boilerplate. This makes it better. Your teammates will love it.
This library extends dynamodb-toolbox to create a minimal client that's:
- Magical ✨
- Opinionated 🧠
- Funny 😂
-
For AWS workloads, AWS IAM permissions
dynamodb:* -
For local development, install the AWS CLI and run
aws configure, providing your IAM access and secret keys.
# yarn
yarn add @pointblankdev/dynamite
# npm
npm install @pointblankdev/dynamite🚧 Work in progress 🚧