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

https://github.com/grohiro/gcloud-lambda-plugin

The serverless framework plugin for using the google-cloud NPM module with AWS Lambda.
https://github.com/grohiro/gcloud-lambda-plugin

Last synced: 8 days ago
JSON representation

The serverless framework plugin for using the google-cloud NPM module with AWS Lambda.

Awesome Lists containing this project

README

          

# GcloudLambdaPlugin

google-cloud NPM モジュールを AWS Lambda で使用するための serverless framework plugin です。

The serverless framework plugin for using the google-cloud NPM module with AWS Lambda.

## Install

- Clone the plugin into `/path/to/project/.serverless_plugin/`
- Add `plugins` section to the `serverless.yml`

serverless.yml

```
service: your-project-name
plugins:
- gcloud-lambda-plugin
```