Skip to content

Standalone examples

Complete examples demonstrating how to use @ddb-lib/client for standalone DynamoDB operations.

All example source code is available in the GitHub repository.

Available examples

Running examples

# Clone the repository
git clone https://github.com/gxclarke/ddb-lib.git
cd ddb-lib

# Install dependencies
npm install

# Run an example
npx tsx examples/standalone/basic-crud.ts