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

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