Header menu logo FsCDK

AppSyncBuilders Module

Functions and values

Function or value Description

appSyncApi name

Full Usage: appSyncApi name

Parameters:
    name : string

Returns: AppSyncApiBuilder

Creates a new AppSync GraphQL API builder. Example: appSyncApi "MyAPI" { schemaFromFile "schema.graphql" } Note: Authorization modes should be configured via the CDK GraphqlApi construct directly for now.

name : string
Returns: AppSyncApiBuilder

appSyncDataSource name

Full Usage: appSyncDataSource name

Parameters:
    name : string

Returns: AppSyncDataSourceBuilder

Creates a new AppSync Data Source builder. Example: appSyncDataSource "DynamoDB" { api myApi; dynamoDBTable myTable }

name : string
Returns: AppSyncDataSourceBuilder

Type something to start searching.