Amplify (serverless)¶
Intro¶
- set of tools, for creating :
- mobile App
-
web application
-
has integrations with :
storage
: dynamoDB, S3security
: cognitoAPI
: appsync (GraphQL)UI
: frontend libML
Hosting
: cloudfronttesting
: Cypress testing framework- note: use cloudFormation for provision resource.
Amplify studio(visual) + CLI¶
- amplify init
- amplify add auth
- amplify add api
- amplify add hosting