Expand description
AWS AppSync (appsync) restJson1 dispatch + operation handlers.
Every AppSync operation is a RESTful <METHOD> /v1|/v2/... route with path
labels, so requests route on HTTP method + @http URI template (segment
matching with captured labels). State is account-partitioned and persisted.
Sub-resource operations validate their parent GraphQL API and return the
declared NotFoundException when the parent – or the addressed resource –
is absent, so synthetic conformance ids land on a declared error and real
round-trips against a created API succeed.
Structs§
Constants§
- APPSYNC_
ACTIONS - Every operation name in the AWS AppSync Smithy model (74 operations).