DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Build and deploy your website seamlessly using GitHub actions, AWS S3, Clou

4 years ago medium.com
Build and deploy your website seamlessly using GitHub actions, AWS S3, Clou

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com