Skip to content

Docs: add documentation about testing modes (Local vs Cloud) #167

@leandrodamascena

Description

@leandrodamascena

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

Labels

documentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions