Expand description
Event parsing helpers for durable execution Lambda payloads.
Parse the InitialExecutionState envelope that AWS sends to durable Lambda
handlers. These helpers are shared across all API approach crates (closure,
macro, trait, builder) so event parsing logic stays in one place.
Structs§
- Invocation
Data - Structured data extracted from a durable Lambda invocation payload.
Functions§
- extract_
user_ event - Extract the user’s original event payload from the
InitialExecutionState. - parse_
invocation - Parse all durable execution fields from a Lambda event payload.
- parse_
operation_ status - Parse an operation status string into the AWS SDK enum.
- parse_
operation_ type - Parse an operation type string into the AWS SDK enum.
- parse_
operations - Parse operations from the
InitialExecutionStateJSON payload.