whitewhiteqq/aws-test-plugin

AI agent skills for generating comprehensive tests for any AWS Python project — Lambda, API Gateway, Step Functions, and Batch. Works with Claude Code, GitHub Copilot, and OpenAI Codex.

2Stars on the repository
9Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

whitewhiteqq/aws-test-plugin

Skill Claude CodeCodex

Part of aws-test-plugin

Generate contract tests that validate API schemas, request/response shapes, required fields, security definitions, and step function input/output contracts. Works with OpenAPI/Swagger specs, SAM templates, and CloudFormation. Uses jsonschema and pydantic for validation. All tests run offline with zero network calls.…

2 2mo ago A 96 tokens original Apache-2.0

aws-e2e-testing

02

whitewhiteqq/aws-test-plugin

Skill Claude CodeCodex

Part of aws-test-plugin

Generate comprehensive end-to-end tests for AWS Python services by reading the actual handler code logic. Covers API Gateway Lambda proxies, Step Function workflows, and Batch job executions. Use when asked to write E2E tests, end-to-end tests, workflow tests, API tests against a deployed environment, or smoke tests…

2 2mo ago A 73 tokens original Apache-2.0

whitewhiteqq/aws-test-plugin

Skill Claude CodeCodex

Part of aws-test-plugin

Generate comprehensive integration tests for AWS Python Lambda functions, Batch jobs, and services that interact with S3, DynamoDB, RDS/PostgreSQL, SQS, SNS, EventBridge, Kinesis, and other AWS services. Uses moto for in-process AWS mocking and testcontainers for real database testing. Reads the handler source code to…

2 2mo ago A 147 tokens original Apache-2.0

whitewhiteqq/aws-test-plugin

Skill Claude CodeCodex

Part of aws-test-plugin

Generate performance benchmarks and load tests for AWS Python services. Performance tests measure Lambda latency, memory usage, cold start time, and batch throughput using pytest-benchmark and tracemalloc. Load tests use Locust to simulate concurrent users against API Gateway endpoints. Reads handler code to build…

2 2mo ago A 103 tokens original Apache-2.0

whitewhiteqq/aws-test-plugin

Skill Claude CodeCodex

Part of aws-test-plugin

Master skill for testing AWS Python projects. Discovers project components (Lambda, API Gateway, Step Functions, Batch), reads handler code logic, and coordinates test generation across all categories (E2E, integration, contract, performance, load). Use when asked to: test, write tests, scaffold tests, run tests…

2 2mo ago C 90 tokens original Apache-2.0

aws-unit-testing

06

whitewhiteqq/aws-test-plugin

Skill Claude CodeCodex

Part of aws-test-plugin

Generate thorough unit tests for AWS Python business logic with full branch coverage, boundary value analysis, and edge case testing. Isolates pure logic from AWS dependencies using mocks. Covers every if/elif/else, try/except, guard clause, loop variant, and data transformation. Uses pytest parametrize for boundary…

2 2mo ago A 108 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: