AWS Devops using CodePipeline, CodeCommit, CodeBuild, CodeDeploy to ECS ECR 🚀

Опубликовано: 02 Июль 2024
на канале: Cloud Guru
154
15

This tutorial, we will see how to set up a CI/CD pipeline using GitHub Actions and the Serverless Framework, to deploy your serverless function to AWS Lambda.

Join WhatsApp: https://www.whatsapp.com/channel/0029...

👉Get CloudWays ➜https://platform.cloudways.com/signup...
💥CloudWays COUPON CODE: BFCM4040
☝️☝️ USE THE EXCLUSIVE COUPON CODE ABOVE TO GET 40% OFF FOR 4 MONTHS💥along with 40 FREE migrations handled by our expert engineers (valid till 31st December, 2023).

👉Get Digital Ocean ➜ digitalocean.pxf.io/ZQERvQ
💥Get $200 FREE Credits for signup. So, hurry up!💥

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣

Topics covered in this video:
00:00 - Intro
00:23 - Serverless Framework & GitHub Actions Intro
01:02 - Creating the IAM User
04:13 - Installing Dependencies & Boilerplate Code
05:23 - Understanding the starter serverless.yml file
08:21 - Writing the Lambda code
09:15 - Setting up CI/CD using GitHub Actions
12:59 - Verifying/testing our Deployment
30:05 - Wrap up

Serverless Framework: https://www.serverless.com/
GitHub Actions: https://github.com/features/actions
Source Code: https://github.com/jacksonyuan-yt/bas...

AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. It was introduced in November 2014.

Serverless computing is a cloud computing execution model in which the cloud provider allocates machine resources on demand, taking care of the servers on behalf of their customers.

GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.

#Lambda #Serverless #Github