Crate lambda_appsync_proc

Source
Expand description

Crate not intended for direct use.

Macros§

appsync_lambda_main
Generates the code required to handle AWS AppSync Direct Lambda resolver events based on a GraphQL schema.

Attribute Macros§

appsync_operation
Marks an async function as an AWS AppSync resolver operation, binding it to a specific Query, Mutation or Subscription operation defined in the GraphQL schema.