Expand description
AWS CodeArtifact restJson1 dispatch + operation handlers.
Requests are routed to an operation by HTTP method + @http URI path
(there are no path labels – every input parameter is a query-string value,
a JSON body field, an @httpPayload blob, or a header). Query parameters
are read from the raw query string so repeated multi-value keys (for example
?versions=a&versions=b do not appear here, but list filters that could)
survive intact, sidestepping the collapsing HashMap used elsewhere.
Everything is real, persisted, account-partitioned CRUD.