Skip to content

pointblankdev/dynamite

Repository files navigation

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 🚧