serverless-patterns
serverless-patterns copied to clipboard
New Pattern Submission - Add Lambda Durable Functions testing pattern in TypeScript
Issue #, if available:
- Demonstrates comprehensive testing strategies for AWS Lambda Durable Functions
- Includes 5 testing scenarios: basic workflows, retry logic, callbacks, parallel operations, and nested functions
- Uses LocalDurableTestRunner for fast local testing with time-skipping
- Includes CloudDurableTestRunner for integration testing
- All tests pass locally without AWS deployment
- Validated deployment in us-east-2 (Ohio) region
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.