From the course: AWS Certified Security - Specialty (SCS-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

AWS App runner

AWS App runner

- [Instructor] Okay, I have a repo here noahgift/fastapi and it's using the FastAPI framework and if I take a look at this real quick we look up FastAPI you can see it's a very popular framework that has a lot of good things into it, including the ability to do typing, as well as integrated swagger and it's very simple. And you can see some of the key features, so let's go ahead and use this FastAPI framework. Notice that I have some documentation here on how to use a containerized version, as well. But I'm going to start off with a really simple environment. I use AWS Cloud9. The reason I like it is that it's great if I'm going to deploy a microservice to the AWS Cloud platform and we're actually going to use AWS App Runner which is an emerging nice microservice framework deployment hosting from AWS. And what's nice about App Runner is you can see I have a bunch of apps here running, so let's go ahead and get started and let's take a look at this environment here, I've got AWS Cloud9…

Contents