Skip to content

Amplify (serverless)

Intro

  • set of tools, for creating :
  • mobile App
  • web application

  • has integrations with :

  • storage : dynamoDB, S3
  • security : cognito
  • API : appsync (GraphQL)
  • UI : frontend lib
  • ML
  • Hosting : cloudfront
  • testing : Cypress testing framework
  • note: use cloudFormation for provision resource.
  • img_1.png

Amplify studio(visual) + CLI

  • amplify init
  • amplify add auth
  • amplify add api
  • amplify add hosting

screenshot

img_2.png

img_3.png