In this step we will use a browser page to make calls against the local WebApi (PetStore) project.
In this step we launched the local WebApi (PetStore) project and then made calls against it using the local server's Swagger page. Our call to "/pet/seedPets" executed the PetStoreRepo project's PetRepo.SeedPetsAsync() method. The local WebApi (PetStore) project used your local AWS credentials to access the PetStoreDev stack DynamoDB resource.
In addition to making calls using the browser, later lesson steps will demonstrate making calls against the WebApi (PetStore) project from client apps. This allows you to debug both the client code and controller code at the same time.