FunctionRuntime

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

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.