serverless-sam
Version:
Serverless framework plugin to export AWS SAM templates for a service
15 lines (14 loc) • 412 B
JSON
{
"name": "google-node-simple-http-endpoint",
"version": "0.1.0",
"description": "An example of making http endpoints with the Google Cloud Functions Serverless Framework plugin.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "serverless.com",
"license": "MIT",
"dependencies": {
"serverless-google-cloudfunctions": "^1.1.0"
}
}