From bee720c93f05213e5fea86f621f0073639ea6f25 Mon Sep 17 00:00:00 2001 From: Brian Caffey Date: Sun, 12 Sep 2021 21:28:17 -0400 Subject: [PATCH] feat(docs): update readme with static site info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50c5c53..dd35ad7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ High-level constructs are available for deploying applications with the followin - EKS (in progress) - Lambda (planned) - S3 bucket and IAM user* (complete) +- Static website (complete) To use one of the constructs you need to provide: @@ -36,6 +37,13 @@ The constructs provides everything you will need for your backend including: - RDS (postgres) - ElastiCache (redis) +There is also a construct that can be used to host a static SPA / PWA website using: + +- CloudFront +- S3 + +The example application uses a static website built with Vue.js using the Quasar framework. + ## Using the constructs This repository includes sample CDK applications that use the libraries.