Skip to main content

dynamodb-tests

Always use this skill when running tests against dynamodb (DDB)

Jump to install

Source facts

Repository
tokio-rs/toasty
Last source activity
May 23, 2026 at 07:57
Detected SKILL.md language
English
Stars
3,094
Forks
136

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
dynamodb-tests
description
Always use this skill when running tests against dynamodb (DDB)
# 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`
View on GitHub