From 4c795ce16d2b1714764563d2c60d8828e5f1b367 Mon Sep 17 00:00:00 2001 From: Donna Malayeri Date: Mon, 23 Apr 2018 17:51:35 -0700 Subject: [PATCH] Add voting app to readme (#46) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f8c2e250..1ef92dcd7 100644 --- a/README.md +++ b/README.md @@ -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`.