This tutorial assumes the use of Windows Visual Studio IDE 2022 or newer. It is robust and meant to touch on all the important aspects of building a real application stack and core components of a client application that calls that stack. We use the ubiquitous OpenApi PetStore sample specification with a few changes necessary to illustrate important AWS/LazyStack features.
Here are the tutorial lessons:
Lessons 1-6 are mandatory. The remaining lessons are optional and can be done in any order.
It may take between 1 and 3 hours to complete the tutorial.
For a fast review, you can simply clone the repos from GitHub and explore the code as you read through the tutorial lessons.
If you are NOT going to perform the tutorial lessons, you can use the following steps to grab the code for review.
git clone https://github.com/InSciCo/LazyStack.git
git clone https://github.com/InSciCo/PetStore.git