generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
Create documentation for testing modes in durable functions, explaining how to run tests locally (in-memory) or against deployed AWS Lambda functions using the testing framework.
Solution
Create docs testing with:
- Testing modes overview - Introduction to local and cloud execution modes
- Testing framework - AWS Durable Execution SDK Testing Framework (
aws-durable-execution-sdk-python-testing) - Local mode - Fast in-memory testing with
DurableFunctionTestRunner - Cloud mode - Integration testing with
DurableFunctionCloudTestRunner - Configuration - Environment variables, CLI options, and test markers
- Deployment workflow - How to deploy and test functions in AWS
- Running tests - Examples for both local and cloud modes
- Local vs cloud comparison - When to use each mode
- Best practices - Guidelines for effective testing in both modes
- Troubleshooting - Common issues and solutions for both modes
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation