karanbalaji / karan-ux-portfolio

MIT License
1 stars 0 forks source link

Create a CI/CD pipeline using AWS CodePipeline #1

Open karanbalaji opened 2 years ago

karanbalaji commented 2 years ago

The Problem:

Whenever front-end changes are made it does not immediately update on the live website.

The Solution

Setup a continuous deployment using AWS code pipeline.

  1. Automatically make builds whenever a new commit is made to the Github master repo.
  2. The build must be deployed to the s3 bucket.
  3. The s3 bucket will distribute it using CDN (AWS CloudFront) for the faster load
karanbalaji commented 2 years ago

Reference: AWS CI/CD