https://github.com/lance/gcf-kn
https://github.com/lance/gcf-kn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lance/gcf-kn
- Owner: lance
- Created: 2021-07-20T22:48:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T18:21:04.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T11:48:42.516Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boson Extended Language Packs
This repository contains a Ruby language extensions for Boson using Google Cloud Functions sample Ruby code for CloudEvents, and a Node.js function using faas-js-runtime.
# Ruby Usage
Create a project.
```
func create -r https://github.com/lance/gcf-kn -l ruby -t cloudevent myfunction
func build -p myfunction -v
func run -p myfunction
func deploy -p myfunction
```
# Node.js Usage
Create a project.
```
func create -r https://github.com/lance/gcf-kn -l nodejs -t cloudevent myfunction
func build -p myfunction -v
func run -p myfunction
func deploy -p myfunction
```