Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcrowson/zappa-connexion-example

Connexion's Hello World Example Deployed on Zappa
https://github.com/mcrowson/zappa-connexion-example

Last synced: 21 days ago
JSON representation

Connexion's Hello World Example Deployed on Zappa

Awesome Lists containing this project

README

        

# Connexion Example in Zappa

Using the [Hello World Example](https://github.com/zalando/connexion/tree/master/examples/helloworld) from Connexion and
deploying on [Zappa](https://github.com/Miserlou/Zappa).

```bash
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
zappa init
zappa deploy
```

NOTE: Make sure you delete the `zappa_settings.json` file in this project so that your
call to `zappa init` creates yours correctly.