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