The sample application we will deploy is a theme park application that includes a front end and a backend. In this module, you will set up the frontend and then connect it to the backend.
The frontend is a Progressive Web App (PWA) developed using Vue.js.
The frontend source code is provided so you can simply download the code and deploy it to your repository in CodeCommit. Using the AWS Amplify Console, you will create a continuous deployment process to publish your application.
The backend is a collection of small serverless services. In this section, we will set up the following:
Once you have built the necessary back-end resources, you will update the front-end application configuration to query the API endpoint Gateway and display information about all rides and attractions.