Skip to content

Conversation

@leandrodamascena
Copy link
Contributor

Closes #167

Description of changes:

This PR adds docs/advanced/testing-modes.md documentation for testing modes in durable functions using the AWS Durable Execution SDK Testing Framework (aws-durable-execution-sdk-python-testing).

The guide covers:

  • Local mode - Fast in-memory testing with DurableFunctionTestRunner for development
  • Cloud mode - Integration testing with DurableFunctionCloudTestRunner against deployed Lambda functions
  • Configuration - Environment variables, CLI options, and pytest markers
  • Deployment workflow - Step-by-step guide for deploying and testing in AWS
  • Comparison - When to use local vs cloud mode with practical examples
  • Best practices - Guidelines for effective testing in both modes
  • Troubleshooting - Common issues and solutions

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@yaythomas yaythomas force-pushed the docs_sdk/12-cloud-testing branch from 1797e97 to b3b2495 Compare December 8, 2025 21:18
@yaythomas yaythomas merged commit f8332fc into main Dec 8, 2025
15 checks passed
@yaythomas yaythomas deleted the docs_sdk/12-cloud-testing branch December 8, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants