# 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
