aws-e2e-testing

Generate end-to-end tests for AWS Python services from handler code and OpenAPI specs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/whitewhiteqq/claude-aws-test-plugin --skill aws-e2e-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-e2e-testing
Source: https://github.com/whitewhiteqq/claude-aws-test-plugin/tree/main/skills/aws-e2e-testing
Command: npx skills add https://github.com/whitewhiteqq/claude-aws-test-plugin --skill aws-e2e-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the generation of end-to-end tests for AWS Python services, ensuring your deployed applications function correctly across various scenarios.

Core Features & Use Cases

  • Code-Driven Test Generation: Analyzes handler code to create tests that cover actual logic, not just boilerplate.
  • Multi-Service Support: Generates tests for API Gateway + Lambda, Step Functions, and Batch jobs.
  • Use Case: When you deploy a new API Gateway endpoint backed by a Lambda function, use this Skill to automatically generate tests that verify its functionality, error handling, and integration with other AWS services.

Quick Start

Use the aws-e2e-testing skill to generate end-to-end tests for the deployed API Gateway endpoint at https://api.example.com.

Frequently Asked Questions about aws-e2e-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate E2E tests for AWS Lambda and API Gateway?

To generate E2E tests for AWS Lambda and API Gateway, this skill analyzes your handler code and OpenAPI specs to map code paths to specific test scenarios. It automatically produces tests covering CRUD operations and error handling against your deployed environments.

Can I automatically create test scenarios from CloudFormation templates?

Yes, you can create test scenarios from CloudFormation templates. The skill analyzes CloudFormation templates alongside OpenAPI specs and handler code to map deployed infrastructure configurations into comprehensive end-to-end test coverage.

How do I test Step Functions workflows end-to-end?

You can test Step Functions workflows end-to-end by using this skill to generate workflow execution tests. It analyzes your handler code and infrastructure definitions to verify state machine transitions and integration across deployed AWS environments.

Does this approach support testing AWS Batch jobs and error handling?

Yes, this approach supports testing AWS Batch jobs and error handling. The skill specifically generates end-to-end tests for AWS Batch jobs and systematically maps handler code paths to cover both CRUD operations and error handling scenarios.

What is the best way to automate E2E tests for Python AWS services?

The best way to automate E2E tests for Python AWS services is using code-driven test generation. This skill analyzes actual handler logic rather than boilerplate, ensuring generated tests accurately verify functionality across API Gateway, Lambda, Step Functions, and Batch.