# Dynamodb Tests

> Always use this skill when running tests against dynamodb (DDB) Use when this capability is needed.

- Skill: `tomevault-io/dynamodb-tests` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/dynamodb-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/dynamodb-tests/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/dynamodb-tests

---


# Run toasty-driver-integration-suite against DDB and Sqlite use
To run against DDB only use: `cargo  test --features dynamodb  -- --test-threads=1`

# Run test suite against DDB only
Use this when troubleshooting and testing issues specific to DDB: `cargo  test --features dynamodb  --no-default-features -- --test-threads=1`

## Run a specific failing test against DDB

Use this when you need to troubleshoot a specific failing test method: `cargo  test --features dynamodb  --no-default-features <test method name> -- --test-threads=1`

---
> Source: [tokio-rs/toasty](https://github.com/tokio-rs/toasty) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-27 -->

