Class SimpleInvokeExample

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

public class SimpleInvokeExample extends DurableHandler<GreetingRequest,String>
Simple example demonstrating basic invoke execution with the Durable Execution SDK.

This handler invokes another durable lambda function simple-step-example