Category: github, yaml

This article will help you to automate the deployment of your frontend development work using GitHub and AWS. The first step is to have an existing code repository on GitHub.

The next step is to create the S3 bucket that will be storing your website code.

Once the workflow has successfully finished, the uploaded files appear in your S3 bucket as shown: Now that our website code is in S3 we will need to configure S3 such that it is able host a static website.

Now we would want to make sure that your Lambda functions has the appropriate IAM permission to access your S3 bucket and the CloudFront Distribution.

Related Articles