Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcrowson/zappa-connexion-example
- Owner: mcrowson
- Created: 2017-08-16T17:20:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T17:25:37.000Z (over 7 years ago)
- Last Synced: 2024-10-27T22:58:38.462Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.