AWS Amplify
- Set of tools to create mobile and web application
- Amplify Studio
- Visualise build full-stack app both front and back-end
- Amplify CLI:
- configure Amplify backend using CLI
- Amplify Libraries
- connect your app to exisiting AWS Services (Cognito, S3,...)
- Amplify Hosting
- Host web apps on AWS CDN

Important feature
- Authentication using
amplify add auth - Leverage AWS Cognito:
- Signin, registration, MFA, Social login
- Pre-built UI components
- Datastore using
amplify add api - Leverage AWS AppSync and DynamoDB
- Work with local data and automatically synchronisation to the cloud without complex code
- Powered by GraphQL
- Offline and real-time capabilities
- Host modern web app using
amplify add hosting
- CICID Supports
- Pull Request Reviews
- Custom Domains
- Monitoring
- Password protection