Package software.amazon.lambda.durable.examples
package software.amazon.lambda.durable.examples
-
ClassDescriptionExample demonstrating callback operations for external system integration.Example demonstrating child context workflows with the Durable Execution SDK.Example demonstrating custom configuration with both custom HTTP client and custom SerDes.Custom data class with camelCase field names to demonstrate snake_case serialization.Example demonstrating custom polling strategy configuration.Example demonstrating error handling patterns with the Durable Execution SDK.Custom exception to demonstrate that original exception types are preserved across checkpoints.Example demonstrating a durable Lambda function that uses generic types in input and output.Example demonstrating TypeToken support for complex generic types.Example demonstrating DurableLogger usage for structured logging with execution context.Performance test example demonstrating concurrent async child contexts.Performance test example demonstrating concurrent async steps.Simple example demonstrating a durable function doesn't have any durable operationSimple example demonstrating retry strategies with a flaky API.Example demonstrating in-process retry behavior with concurrent operations.Simple example demonstrating basic invoke execution with the Durable Execution SDK.Simple example demonstrating basic step execution with the Durable Execution SDK.Example demonstrating non-blocking wait with waitAsync().Example demonstrating concurrent stepAsync() with wait() operations.Example demonstrating concurrent stepAsync() with wait() operations where no suspension occurs.Example demonstrating step execution with wait operations.