AWSTemplateFormatVersion: '2010-09-09' Description: Creates an S3 bucket configured for hosting a static website, and a Route 53 DNS record pointing to the bucket Parameters: DomainName: Type: String Description: The DNS name of an existing Amazon Route 53 hosted zone e.g. jevsejev.io AllowedPattern: (?!-)[a-zA-Z0-9-.]{1,63}(?