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