https://github.com/victor-mesquita/kong-plugin-google-cloud-functions
Kong plugin to invoke serverless Google cloud functions
https://github.com/victor-mesquita/kong-plugin-google-cloud-functions
gcp gcp-cloud-functions kong-plugin
Last synced: about 1 month ago
JSON representation
Kong plugin to invoke serverless Google cloud functions
- Host: GitHub
- URL: https://github.com/victor-mesquita/kong-plugin-google-cloud-functions
- Owner: victor-mesquita
- License: apache-2.0
- Created: 2021-05-05T18:50:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T17:10:10.000Z (about 5 years ago)
- Last Synced: 2025-02-28T23:11:12.252Z (over 1 year ago)
- Topics: gcp, gcp-cloud-functions, kong-plugin
- Language: Lua
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kong google cloud functions plugin
====================
## Install
### Luarocks
```
luarocks install kong-plugin-google-cloud-functions
```
### Source Code
```
> git clone https://github.com/victor-mesquita/kong-plugin-google-cloud-functions.git
> cd /path/to/kong/plugins/kong-plugin-google-cloud-functions
> luarocks make *.rockspec
```