A dynamo command builder wrapper for AWS DynamoDB SDK v3, written in TypeScript.
npm install dynamo-command-builderA 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.
- 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