CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Setup CloudFront distribution and CodePipeline #21

Closed briri closed 1 year ago

briri commented 1 year ago

Setup a Cloudfront distribution that will be used to serve up the React application from the dmp-hub-ui repository.

Define a directory (key prefix) called ui in the S3 bucket. This will house the React app as well as any shared web resources (shared with the DMPTool) like logos, fonts, stylesheets, etc.

Then setup a CodePipeline that includes a CodeBuild that can compile and package the React app.