MCPcopy Create free account
hub / github.com/aws-samples/aws-appsync-resolver-samples / request

Function request

samples/pipeline/default.js:8–10  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

6 * @returns an object that is send to the first function
7 */
8export function request(ctx) {
9 return {};
10}
11
12/**
13 * Simply forwards the result

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected