Configure GitHub Actions with AWS — for your CI/CD pipeline

Yogender Pal
4 min readFeb 11, 2022

You want to automate things by building CI/CD pipeline using GitHub Actions accessing AWS resources. Just an example you want to create a docker image (every time you change the code in the local directory) has it pushed to AWS ECR, update the AWS Lambda with that new image. This can be time-consuming and tedious if done manually. You can generate a CI/CD pipeline that does it for you…

--

--

Yogender Pal

I talk about programing, AWS, and two hamsters in my room