DEV Community

KomalLM
KomalLM

Posted on

AWS Amplify

AWS Amplify is an AWS service that lets you build, ship and host a full stack application on AWS. Amplify is a complete solution for frontend and mobile developers to easily build, ship and host.
AWS amplify consists of tools like open source framework and visual development env and a fully managed web hosting service. These can be used together or individually. Like if some one just want a hosting service for their app they can only use Amplify host service.

AWS Amplify

AWS Amplify: A set of tools that enables dev to build web and mobile apps leveraging various AWS services including front end and back end.
Things you can do with Amplify:

  • Enable data storage.
  • Enable authentication
  • File Storage
  • Host an app
  • Add AI or ML to your application.

Amplify CLI: Amplify has a CLI ready to use,

  • CLI:- Command Line Interface
  • CLI helps to configure app backend using the command line(terminal), like : amplify add auth - meaning aading auth to the application

Amplify Studio: It brings the UI element to Amplify.

  • It is a visual development environment for building full-stack web and mobile apps fast.
  • You can build the front and backend of your app quickly with:
  • Minimal coding ( still need to do some coding but very less)

Top comments (0)