serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
15 lines (14 loc) • 343 B
JSON
{
"name": "tencent-php",
"version": "1.0.0",
"description": "Tencent Serverless Cloud Function example using Php",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cloud.tencent.com",
"license": "MIT",
"devDependencies": {
"serverless-tencent-scf": "^0.1.7"
}
}