amplify-python-function-template-provider
Version:
Python templates supplied by the Amplify Team
20 lines (19 loc) • 346 B
JSON
{
"name": "functionTemplate",
"type": "util",
"commands": [],
"eventHandlers": [],
"functionTemplate": {
"conditions": {
"provider": "awscloudformation",
"services": ["Lambda"],
"runtime": "python"
},
"templates": [
{
"name": "Hello World",
"value": "hello-world"
}
]
}
}