Back to browse
GitHub Repository

🟣 : An Amazon Cognito Emulator for local development

14 starsRust

Cognitox – open-source Amazon Cognito emulator written in Rust

by unvalley·Apr 9, 2026·3 points·1 comment

AI Analysis

●●SolidNiche GemCozy

Local Cognito emulator with admin UI beats LocalStack for focused authentication testing.

Strengths
  • All 119 Cognito API operations implemented with coverage documentation
  • Built-in Hosted UI and admin console for testing flows
  • Rust implementation with Docker and cargo install options
Weaknesses
  • SRP authentication only partially implemented, Lambda triggers not supported
  • Nine stars indicates very early stage with limited adoption
Target Audience

Developers testing AWS Cognito integrations locally

Similar To

LocalStack · moto · DynamoDB Local

Similar Projects

Developer Tools●●Solid

Snowflake Emulator in Rust – Test locally without cloud credits

This actually implements a surprisingly large slice of Snowflake: VARIANT/ARRAY/OBJECT types, LATERAL FLATTEN, QUALIFY, MERGE, COPY, transactions and ~90 JSON/array/window functions — all exposed via Snowflake SQL API v2 and compatible with the Go driver so most clients can point at localhost. Running on DataFusion in Rust and shipped as a Docker image with testcontainers/GHA examples makes it immediately useful in CI; just remember it's an emulator, not Snowflake's full runtime, so you may hit edge-case behavioral differences.

Solve My ProblemWizardryNiche Gem
sivchari
203mo ago