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:
String
Version: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
Name
property of anAWS::AppSync::FunctionConfiguration AppSyncRuntime
object. 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
RuntimeVersion
property of anAWS::AppSync::FunctionConfiguration AppSyncRuntime
object.