AWS Amplify is a development platform by Amazon Web Services that offers hosting, CI/CD (Continuous Integration/Continuous Deployment), and backend services. It supports various frontend frameworks and provides a seamless integration with other AWS services.
Website AWS Amplify
Core Concepts:
- [ ] Amplify CLI: Learn how to use the Amplify Command Line Interface to set up and manage your frontend and backend resources.
- [ ] Authentication: Integrate authentication using Amazon Cognito for secure user management.
- [ ] GraphQL API: If you need a backend, learn how to set up a GraphQL API with AWS AppSync.
- [ ] Lambda Functions: Use AWS Lambda functions for serverless backend logic if required.