techveda-lib-dynamodb
Version:
A clean DynamoDB abstraction library with schema and model for Node.js and TypeScript
17 lines (11 loc) • 488 B
Markdown
# Techveda DynamoDB Library
A clean, type-safe DynamoDB abstraction library for Node.js and TypeScript, allowing you to define schemas, manage models, and interact with DynamoDB seamlessly.
## Features
✅ Schema validation with Joi
✅ Clean model abstraction
✅ Works with AWS SDK v3
✅ Supports `create`, `find`, `list`, `findById`, `findAndUpdate` operations
✅ Supports `find`, for GSI based Search operations
## Installation
```bash
npm install techveda-lib-dynamodb