Amazon AppSync · Schema

CreateFunctionRequest

Request to create a pipeline function

Amazon AppSyncGraphQLAPI ManagementServerlessAWS

Properties

Name Type Description
name string The function name
description string Function description
dataSourceName string Data source name
requestMappingTemplate string Request mapping template
responseMappingTemplate string Response mapping template
functionVersion string Function version
syncConfig string syncConfig
maxBatchSize integer Maximum batch size
runtime string runtime
code string Function code
View JSON Schema on GitHub