https://github.com/serverless/serverless-google-cloudfunctions
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://github.com/serverless/serverless-google-cloudfunctions
google-cloud google-cloud-functions serverless serverless-framework
Last synced: 7 months ago
JSON representation
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
- Host: GitHub
- URL: https://github.com/serverless/serverless-google-cloudfunctions
- Owner: serverless
- License: mit
- Created: 2016-11-04T10:52:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T07:54:19.000Z (about 1 year ago)
- Last Synced: 2025-05-05T15:09:37.420Z (8 months ago)
- Topics: google-cloud, google-cloud-functions, serverless, serverless-framework
- Language: JavaScript
- Homepage: https://www.serverless.com
- Size: 412 KB
- Stars: 272
- Watchers: 37
- Forks: 127
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless Google Cloud Functions Plugin
[](https://coveralls.io/github/serverless/serverless-google-cloudfunctions?branch=master)
This plugin enables support for [Google Cloud Functions](https://cloud.google.com/functions/) within the [Serverless Framework](https://github.com/serverless/serverless).
## This project is looking for maintainers!
If you would like to be a maintainer of this project, please reach out to one of the active [Serverless organization](https://github.com/serverless) members to express your interest.
We'd love to collaborate closely with amazing developers as we drive the development of this open technology into the future.
Welcome, and thanks in advance for your help!
## Documentation
The documentation can be found [here](https://serverless.com/framework/docs/providers/google).
---
## Easier development with Docker
You can spin up a Docker container which mounts this code with the following command:
```bash
docker-compose run node bash
```
## Migration
> Google Cloud Functions v1beta2 API version will be shut down on April 15, 2020
You can follow this [document](./MIGRATION_GUIDE.md) to upgrade your serverless-google-cloudfunctions v2 to v3