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,700 courses taught by industry experts.

Testing an App Runner app

Testing an App Runner app

- [Instructor] Let's test the application we just deployed and explore the App Runner console. Important! App Runner does not scale to zero, meaning you will be charged as long as the service is running. To avoid unnecessary costs, you can pause this application. So you can pause it in Actions and Pause. And if you want, you can delete the CloudFormation stack and make sure that there is no left App Runner. When the deployment is complete, App Runner provides an endpoint for your application. So we saw that in the previous video, you can find it here, and then we can try it. So we will try it with the same command that we have been using for the water intake app that we have been using around. So we have tried it with the Lambda Function URL, so I just grab that endpoint and I put /water, and then I pass the body, and then I said Send, and boom, this is working, so that's good. If you have some logins or something whenever your application is working, you will see the logs here. We…

Contents