dynamo-command-builder
v0.2.2
Published
A dynamo command builder wrapper for AWS DynamoDB SDK v3, written in TypeScript.
Maintainers
Readme
Simple dynamo wrapper
A simple and lightweight DynamoDB command builder for TypeScript and JavaScript applications. This library provides an easy-to-use interface for constructing DynamoDB commands, making it easier to interact with DynamoDB tables without dealing with the complexities of the AWS SDK directly.
Features
- Fluent API for building DynamoDB commands
- TypeScript support for type safety
- Lightweight and easy to integrate into existing projects
- Supports common DynamoDB operations like GetItem, QueryItem, PutItem, UpdateItem, DeleteItem
