Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trieloff/gotta-get-you-onto-my-server

Provision virtual servers, the serverless way
https://github.com/trieloff/gotta-get-you-onto-my-server

Last synced: 9 days ago
JSON representation

Provision virtual servers, the serverless way

Awesome Lists containing this project

README

        

# gotta-get-you-onto-my-server

[![CircleCI](https://circleci.com/gh/trieloff/gotta-get-you-onto-my-server.svg?style=svg)](https://circleci.com/gh/trieloff/gotta-get-you-onto-my-server)

Provision virtual servers, the serverless way

## Building

```bash
$ npm install
$ npm run release
$ npm run package
```

## Deploy

```bash
$ npm run deploy
```

## Run a Request

```bash
$ source ~/.wskprops && curl https://$APIHOST/api/v1/web/$NAMESPACE/default/echo
```