Skip to content

Latest commit

Β 

History

History
50 lines (30 loc) Β· 938 Bytes

File metadata and controls

50 lines (30 loc) Β· 938 Bytes

Dynamite

styled with prettier Gitmoji


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 🚧