You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This returns the top-level passthrough resolver request/response handler (see: https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-overview-js.html#anatomy-of-a-pipeline-resolver-js)
19
+
* It's required for defining a pipeline resolver. The only purpose it serves is returning the output of the last function in the pipeline back to the client.
20
+
*
21
+
* Customer-provided handlers are added as a Functions list in `pipelineConfig.functions`
22
+
*
23
+
* Add Amplify API ID and environment name to the context stash for use in the customer-provided handlers.
0 commit comments