ResolverAppSyncRuntime

data class ResolverAppSyncRuntime(val name: String, val runtimeVersion: String)

Describes a runtime used by an APSYlong resolver or APSYlong function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.

Constructors

Link copied to clipboard
constructor(name: String, runtimeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The `name` of the runtime to use. Currently, the only allowed value is `APPSYNC_JS`.

Link copied to clipboard

The `version` of the runtime to use. Currently, the only allowed version is `1.0.0`.