Serge Dukic ff67f7a058 Added documentation for GCP Python HelloWorld function
Copied the pattern from the NodeJS documentation. Hopefully it all links
up nicely.

Issue(s): None
2019-02-12 16:50:55 +13:00

15 lines
378 B
JSON

{
"name": "serverless-google-hello-world",
"version": "0.1.0",
"description": "Hello World example for google provider with Serverless Framework.",
"main": "main.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "serverless.com",
"license": "MIT",
"dependencies": {
"serverless-google-cloudfunctions": "^1.1.0"
}
}