CI/CD using Github + Github Actions + AWS Lambda

Опубликовано: 04 Март 2026
на канале: Computing Power
5,905
93

In this video, you will learn how to setup CI/CD using Github + Github Actions and AWS Lambda
We are going to create two Github actions
1. First action will be responsible to deploy the code whenever we push changes to main branch
2. Second action will be responsible to run automated tests whenever we make pull requests

0:00 - Introduction
0:38 - Project flow
1:30 - Create Lambda function on AWS
2:17 - Create local project
4:20 - Create Github project
8:38 - Create Github action for project deploy
11:45 - Setup project Secrets
13: 00 - Test Github action
18:50 - Bonus: Automated tests on Github
34:30 - Conclusion