Deploy a react application to an AWS EC2 Instance using AWS CodePipeline, CodeBuild CodeDeploy & S3.
For learning continuous integration and continuous delivery(CI/CD) via AWS CodePipeline purposes, rather than deploying a “hello world” app, I created a react app that fetches movies, their IMDB rating and other details from the open movie database l...