AWS Amplify offers a solid set of features for rapidly building and deploying front-end focused applications. One of the most valuable features is AWS Amplify hosting with built-in CI/CD, which allows me to deploy my application seamlessly directly from the Git repository. Previously, we used to create the CI/CD pipelines manually and that was time-consuming. The built-in CI/CD in AWS Amplify is significantly simpler and faster to set up compared to traditional solutions like Jenkins pipeline or GitHub Actions. Features like branch-based deployment and preview URLs were especially useful for me, as every pull request could be tested in an isolated environment without additional configuration. Earlier, it was very challenging for us to manage all the CI/CD pipelines because for every new project, we had to create the pipelines manually. After using AWS Amplify, this solved our problem completely. Now, by using AWS Amplify, we are easily able to deploy our projects on AWS.



