Package software.amazon.lambda.durable.examples.general
package software.amazon.lambda.durable.examples.general
-
ClassDescriptionExample 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.Simple example demonstrating a durable function doesn't have any durable operation