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

Function response

samples/eventbridge/simple.js:31–33  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

29 * @returns {*} the EventBridge response
30 */
31export function response(ctx) {
32 return ctx.result;
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected