Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed May 5, 2020
1 parent 26d2827 commit c5fc442
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@

**Alviss** is a scaffolding project that let's you provision and deploy production ready API:s in seconds on AWS using API Gateway and Lambda


Usage
--------

Example below shows how to generate a new public api using node.js as target language for the Lambda function(s):

```bash
$ ./alviss new-api -p my-project -e regional -l node
```

Then just follow the instructions on the screen. It's that simple!

0 comments on commit c5fc442

Please sign in to comment.