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

https://github.com/shalithasuranga/generic-rambase-serverless

Rambase generic serverless function
https://github.com/shalithasuranga/generic-rambase-serverless

Last synced: 2 months ago
JSON representation

Rambase generic serverless function

Awesome Lists containing this project

README

        

# Generic Rambase Serverless Function

Steps to create a function

## Setup

- clone repo
```bash
get clone https://github.com/shalithasuranga/generic-rambase-serverless.git
```
- Change gateway url in `faas.py`

## Deployment

- Write or paste converted cos to `serverless/ServerlessFunction.cs`
- Deploy function

```bash
cd generic-rambase-serverless
python faas.py
```
Just enter the function name and it will give back the url. If function is already deployed it will perform rolling update.

### Prerequisites

- Docker, User should logged in to dockerhub, Faas CLI, Running Open Faas Gateway