Finish Automation Deployment But how we publish site on AWS live?

Hi All,

So I just finish automation deployment for Dev/Prod Environments. Using netlify.com.

I am just wondering the live site is also hosted on netify ? how come we host live Site on AWS S3 bucket and use cloudfront.?
Dev and Live both are on netifly which I don’t want. I want my React code hosted on AWS? I remember we did create earlier buckets for stage and live code.
Please help me if I am lost in the process?

Thanks,
H.P

In Part I of the guide we host it on S3 and CloudFront. https://serverless-stack.com/chapters/deploy-to-s3.html & https://serverless-stack.com/chapters/create-a-cloudfront-distribution.html

Is that what you are looking for?

Yes that’s correct. Looking for auto deployment

Yeah we might look into setting up something like Circle for this later.