https://github.com/pointblankdev/dynamite
An exciting DynamoDB client
https://github.com/pointblankdev/dynamite
aws client database dynamodb
Last synced: 4 months ago
JSON representation
An exciting DynamoDB client
- Host: GitHub
- URL: https://github.com/pointblankdev/dynamite
- Owner: pointblankdev
- License: mit
- Created: 2021-06-11T04:46:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T21:55:12.000Z (almost 5 years ago)
- Last Synced: 2025-08-11T22:48:25.390Z (11 months ago)
- Topics: aws, client, database, dynamodb
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@pointblankdev/dynamite
- Size: 779 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Dynamite
[](https://github.com/prettier/prettier)
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
```bash
# yarn
yarn add @pointblankdev/dynamite
# npm
npm install @pointblankdev/dynamite
```
## Usage
๐ง Work in progress ๐ง