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