Skip to main content

Module router

Module router 

Source
Expand description

SES v1 request router.

SES v1 uses the awsQuery protocol where requests are POST / with Content-Type: application/x-www-form-urlencoded. The operation is specified by the Action=<OperationName> form parameter.

Functionsยง

resolve_action
Resolve an SES v1 action string to an SesOperation.
resolve_operation
Resolve an SES operation from parsed form parameters.