@pointblankdev/dynamite
v1.0.1
Published
An exciting DynamoDB client 🧨
Downloads
12
Readme
Dynamite
An exciting DynamoDB client 🧨
Why?
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 😂
Requirements
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.
Install
# yarn
yarn add @pointblankdev/dynamite
# npm
npm install @pointblankdev/dynamite
Usage
🚧 Work in progress 🚧