Skip to main content

Module event

Module event 

Source
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§

InvocationData
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 InitialExecutionState JSON payload.