Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a simpler version of Typescript static website hosting without Cloudfront, ACM and Route53 #1104

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rossmck80
Copy link

This PR adds a simpler example of S3-based static website hosting to the Typescript library. The existing static-site example requires creating a domain in Route53 via the console ahead of time, and creates several resources in the target account including Route53 Alias records, a CloudFront distribution, and an SSL cert in ACM.

This version is much simpler and demonstrates deploying static content to S3 with the appropriate permissions to serve that content.

Fixes #1018


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simpler version of typescript/static-site
1 participant