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

https://github.com/kwinkunks/test_ebs

Testing Elastic Beanstalk with a quick Webapp2 application
https://github.com/kwinkunks/test_ebs

Last synced: over 1 year ago
JSON representation

Testing Elastic Beanstalk with a quick Webapp2 application

Awesome Lists containing this project

README

          

# test_ebs

**Testing Elastic Beanstalk with a quick Webapp2 application**

This app uses the [Webapp2](https://webapp-improved.appspot.com/index.html) framework for Python 2.7.

It is built to deploy in Amazon Elastic Beanstalk.

Run it locally with

python application.py

Then go to [here](http://127.0.0.1:8080/test) or [here](http://127.0.0.1:8080/).

## Requirements

See `requirements.txt` or just do `pip install -r requirements.txt` in your Python 2.7 environment.

## What's WSGI?

[Read this tutorial.](http://docs.webob.org/en/latest/do-it-yourself.html)

## Other things to know about

- [agar](https://pythonhosted.org/agar/agar.html)
- [webapp_extras](https://webapp-improved.appspot.com/guide/extras.html)
- [authomatic](http://peterhudec.github.io/authomatic/examples/credentials.html)
- [Elastic Benastalk tutorial](https://www.youtube.com/watch?v=rsg4YI4mljg)