The code definition to be evaluated. Note that code and runtime are both required for this action. The runtime value must be APPSYNC_JS.
code
runtime
APPSYNC_JS
The map that holds all of the contextual information for your resolver invocation. A context is required for this action.
context
The function within the code to be evaluated. If provided, the valid values are request and response.
request
response
The runtime to be used when evaluating the code. Currently, only the APPSYNC_JS runtime is supported.