From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Challenge: Enhance your Node.js app - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Challenge: Enhance your Node.js app
(upbeat music) - [Instructor] Let's put your skills to the test with a challenge. In this one, you need to modify the water intake node app, update the container, and deploy the new version to ECR and App Runner. Your task is to add a new API to the water intake app. We can keep it simple, for example, an endpoint that return the last water intake for a specific user. And then we need to update the Node.js app, add the API, build and test the container locally, then push the container to ECR, tag it, and push the updated version. And then redeploy App Runner. The automatic deployments are off, so you will need to trigger the deployments manually. Then you can test everything. Once deployed, make sure that the new API is working in the cloud. And when you're done, you can head to the next video, where I walk you through the solution step by step.
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
Serverless containers5m 25s
-
(Locked)
AWS AppRunner7m 10s
-
(Locked)
Creating the infrastructure for AWS AppRunner9m 43s
-
(Locked)
Deploying an app using AppRunner3m 8s
-
(Locked)
Testing an App Runner app3m 56s
-
(Locked)
Challenge: Enhance your Node.js app57s
-
(Locked)
Solution: Enhance your Node.js app5m 17s
-
(Locked)
-