https://github.com/serverless/boilerplate-googlecloudfunctions-nodejs
A Serverless Framework Boilerplate for Google Cloud Functions support in Node.js
https://github.com/serverless/boilerplate-googlecloudfunctions-nodejs
google google-cloud-functions serverless serverless-framework
Last synced: about 1 month ago
JSON representation
A Serverless Framework Boilerplate for Google Cloud Functions support in Node.js
- Host: GitHub
- URL: https://github.com/serverless/boilerplate-googlecloudfunctions-nodejs
- Owner: serverless
- Created: 2016-11-10T16:17:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T08:05:44.000Z (about 8 years ago)
- Last Synced: 2025-04-18T07:51:38.001Z (about 2 months ago)
- Topics: google, google-cloud-functions, serverless, serverless-framework
- Language: JavaScript
- Size: 7.81 KB
- Stars: 16
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT NOTE
This boilerplate is **DEPRECATED**. Please use `serverless create --template google-nodejs` instead
---
# Serverless Boilerplate - Google Cloud Functions - Node.js
A Serverless Framework Boilerplate for Google Cloud Functions support in Node.js
## Setup
1. Run `npm install`
2. Update the `project` and `credentials` in `serverless.yml`See the [official docs](https://serverless.com/framework/docs/providers/google/) for more info.