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.
- Host: GitHub
- URL: https://github.com/grohiro/gcloud-lambda-plugin
- Owner: grohiro
- License: mit
- Created: 2016-12-07T03:37:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T03:38:36.000Z (over 9 years ago)
- Last Synced: 2025-10-10T10:37:04.792Z (8 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```