Class WaitExample

java.lang.Object
software.amazon.lambda.durable.DurableHandler<GreetingRequest,String>
software.amazon.lambda.durable.examples.WaitExample
All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler

public class WaitExample extends DurableHandler<GreetingRequest,String>
Example demonstrating step execution with wait operations.

This handler processes a request through steps with delays:

  1. Start processing
  2. Wait 10 seconds
  3. Continue processing
  4. Wait 5 seconds
  5. Complete