Skip to content

Commit

Permalink
Add voting app to readme (pulumi#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindydonna authored Apr 24, 2018
1 parent 414a100 commit 4c795ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ Guestbook](https://kubernetes.io/docs/tutorials/stateless-application/guestbook/
### [Static Website on AWS S3](aws-js-s3-folder/)

This example deploys a static website to AWS S3, demonstrating how to combine infrastructure code and content in the same application.

### [Voting App with Containers](cloud-ts-voting-app/)

A simple voting app that uses Redis for a data store and a Python Flask app for the frontend, demonstrating the high-level framework `@pulumi/cloud`.

0 comments on commit 4c795ce

Please sign in to comment.