Skip to content

Commit

Permalink
feat(docs): update readme with static site info
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Sep 13, 2021
1 parent 77345f4 commit bee720c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bee720c

Please sign in to comment.