Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppSync ¶
type AppSync interface { CreateOrUpdateResolvers(apiID string, resolversFile []byte, logger *log.Logger) (Statistics, Statistics, error) StartSchemaCreationOrUpdate(apiID string, schema []byte) error GetSchemaCreationStatus(apiID string) (string, string, error) }
AppSync interface
type Resolver ¶
type Resolver struct { DataSourceName string `yaml:"dataSource"` FieldName string `yaml:"fieldName"` RequestMappingTemplate string `yaml:"requestMappingTemplate"` ResponseMappingTemplate string `yaml:"responseMappingTemplate"` Functions []string `yaml:"functions"` TypeName string `yaml:"typeName"` }
Click to show internal directories.
Click to hide internal directories.