amplify-go-function-runtime-provider
Version:
Provides functionality related to functions in Go 1.x on AWS
20 lines (19 loc) • 354 B
JSON
{
"name": "functionRuntime",
"type": "util",
"commands": [],
"eventHandlers": [],
"functionRuntime": {
"pluginId": "amplify-go-function-runtime-provider",
"conditions": {
"provider": "awscloudformation",
"services": ["Lambda"]
},
"runtimes": [
{
"name": "Go",
"value": "go"
}
]
}
}