dynamo-command-builder
v0.1.0
Published
A simple and intuitive wrapper for AWS DynamoDB operations
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
