Runtime
The runtime of your pipeline resolver or function. Specifies the name and version to use.
Syntax
To declare this entity in your AWS Serverless Application Model (AWS SAM) template, use the following syntax.
YAML
Name:StringVersion:String
Properties
Name-
The name of the runtime to use. Currently, the only allowed value is
APPSYNC_JS.Type: String
Required: Yes
AWS CloudFormation compatibility: This property is passed directly to the
Nameproperty of anAWS::AppSync::FunctionConfiguration AppSyncRuntimeobject. Version-
The version of the runtime to use. Currently, the only allowed version is
1.0.0.Type: String
Required: Yes
AWS CloudFormation compatibility: This property is passed directly to the
RuntimeVersionproperty of anAWS::AppSync::FunctionConfiguration AppSyncRuntimeobject.