Create Web Applications Using AWS Amplify
Welcome to QA’s lesson where we’ll explore what AWS Amplify is and the key services and features it provides to help you build and deploy your web applications. We will specifically walk through creating a Note Keeper
app using React, demonstrating how Amplify simplifies the setup of essential services like authentication, data storage, and backend integration.
By the end of this lesson, you will have a clear understanding of AWS Amplify, including:
- The purpose and benefits of AWS Amplify
- The key services provided by the Amplify framework
- Gain knowledge of Amplify CLI, Amplify Libraries, Amplify Studio, Amplify UI components, and Amplify Hosting
- Gain hands-on experience by building a simple notes-taking application with a GraphQL API and Amazon S3 storage
GitHub Repository
To access the JavaScript code and configuration files for building and deploying the React NoteKeeper App, please visit our GitHub repository here:
Intended Audience
This lesson has been created for those who are looking to get started with AWS Amplify and use its features to create and deploy full-stack web applications.
Prerequisites
- You should have a familiarity with web application development concepts
- Some experience with JavaScript programming language would be helpful, but it is not necessary as the required code will be provided