package awsappsync // Appsync supported runtimes. // // Only JavaScript as of now. type FunctionRuntimeFamily string const ( // AppSync JavaScript runtime. FunctionRuntimeFamily_JS FunctionRuntimeFamily = "JS" )