Angular Deployment to AWS S3

Angular Deployment to AWS S3

Builds an Angular App from source code using AWS CodeBuild, creates a pipeline using AWS Codepipeline, and deploys it in an AWS S3 bucket. The S3 bucket acts as a static web hoster using an AWS S3 Bucket policy that will make the bucket accessible by the public. Kaholo AWS Codebuild plugin will pull the code from the Github repository and do the necessary build process and Codebuild will then push the resulting artifacts to the S3 bucket.