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.