The Serverlesspresso application consists of three frontends and a backend application. The frontends are already built and deployed in an AWS-owned account. Some of backend resources will be pre-deployed into your workshop account during the Setup sections.
The backend is a set of serverless microservices:
In the following sections, you will fill in the missing pieces in the diagram above:
Once you have built the back-end resources needed, you will update the front-end application configuration to query the API Gateway endpoint and display the information about all the current menu and order status.
Each of the following sections provides an implementation overview and detailed, step-by-step instructions.
Please ensure that you follow the instructions in the order listed.
In the next module, you’ll learn about workflows and state machines, and build the main workflow that powers the application.
Now you are ready to start building 👷