serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

New Pattern Submission - Add Lambda Durable Functions testing pattern in TypeScript

Open agawanea opened this issue 2 weeks ago • 0 comments

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.

agawanea avatar Dec 05 '25 07:12 agawanea