An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Serverless Google Cloud Functions Plugin

[![Coverage Status](https://coveralls.io/repos/github/serverless/serverless-google-cloudfunctions/badge.svg?branch=master)](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