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

Function request

samples/NONE/enhancedSubscription.js:10–13  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

8 * @returns {import('@aws-appsync/utils').NONERequest} the request
9 */
10export function request(ctx) {
11 //noop
12 return { payload: {} };
13}
14
15/**
16 * Creates an enhanced subscription

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected