Back to Browse

AWS App Runner - Demo hosting a NodeJS app in the cloud directly from GitHub ( AWS CDK )

3.3K views
Feb 23, 2023
16:11

🔥AWS AppRunner is a powerful service that simplifies the deployment and running of web applications in the cloud. It provides an easy way to deploy and manage applications without worrying about infrastructure. This service is a combination of AWS Fargate and AWS Lambda, allowing you to focus on your code and then deploy it in the cloud. With AppRunner, you can start with a GitHub repository or a container image in AWS Elastic Container Registry (ECR). Then, AppRunner will build and deploy the application. Any changes made to the application can be pushed to the repository, triggering the CICD pipeline and rebuilding the application on the fly. You can also use multiple branches for multiple environments. You can also customize the settings of your application such as the number of vCPUs and memory needed, as well as how the application should scale. Once the application is deployed, you will get a public endpoint that you can use. AppRunner takes care of the scaling and load balancing of the application, so you don't have to. It also has a pay-as-you-go pricing system, allowing you to pay for only what you need. In a nutshell, the development team creates an AppRunner service, gets back a service URL, configures the compute settings and gets a public endpoint that they can use. With AppRunner, developers can focus on their code and leave the infrastructure to the cloud. In this video let's see how you can grab an existing NodeJS app and host it in the cloud directly from Github 🔥 NodeJS app code: https://github.com/mavi888/nodeexpress-backend-app Code for the infra: https://github.com/mavi888/cdk-migrated-app-infra/tree/apprunner 🔥 Intro to App Runner: https://youtu.be/z-RywG7Xfk8 🔥 Lift and Shift to Serverless: https://www.youtube.com/playlist?list=PLGyRwGktEFqe2ga9UmQSBr5xdfVyiDPW6 🔥 More on AWS App Runner: https://aws.amazon.com/apprunner/ #foobar #serverless ⭐ SUBSCRIBE TO THIS CHANNEL: http://bit.ly/foobar-youtube ⭐SHARE THIS VIDEO: https://youtu.be/jOwQdXbmHC4 ☆☆ FOLLOW ME ONLINE ☆☆ 🐦 Twitter: https://twitter.com/mavi888uy 📺 AWS Spanish Youtube Channel: https://bit.ly/aws-esp-yt 📷 Instagram: foobar_codes 📚 All my Serverless Courses: https://marcia.dev/courses/ ✍️ My blog - https://blog.marcia.dev ☆☆ ABOUT FOOBAR ☆☆ In this channel, you can find mostly coding tutorials related to cloud and serverless. In addition, I like also talking about architecture, software design, motivation, and leadership. There is a new video every Tuesday, so stay tuned :) 🎥 Recording equipment: https://blog.marcia.dev/my-recording-equipment 📚 My favorite books: https://blog.marcia.dev/my-books-recommendations

Download

0 formats

No download links available.

AWS App Runner - Demo hosting a NodeJS app in the cloud directly from GitHub ( AWS CDK ) | NatokHD