scar icon indicating copy to clipboard operation
scar copied to clipboard

Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.

Results 6 scar issues
Sort by recently updated
recently updated
newest added

Attempting to delete a newly created SCAR stack in CloudFormation currently fails due to the CNAME DNS record that is created manually as part of the validation step. A custom...

As per https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html, ACM has a restriction that requires certificates to be created in the us-east-1 region in order to be used with CloudFront: > To use an ACM Certificate...

A Lambda@Edge deployment would, I think, be a more lightweight solution for redirection than another bucket and distribution. Something like (written for `!Sub`): ```javascript exports.handler = async (event, context) =>...

Adding this would remove the need for the third manual step in the quick start guide - to manually validate ownership of the domain by creating the CNAME records using...

Template for a stack that is the same as the default stack, but redirects requests for the `www` subdomain to the apex domain.

Template for a stack with no `www` subdomain.