This note app it was created by following AWS tutorial. I got my hands wet using Amplify lavereging my existing front-end skillset to add cloud functionality into application such as auth, data, analytics, push notifications, and more.
Give it a try! Here
- Create an account
- Login
- Add a note and image
- Delete an account by click on delete button
- AWS Amplify
- Amazon Cognito for authentication
- GraphQL API that leverages AWS AppSync
- Amazon DynamoDB
I have deployed a web application using AWS Amplify! I have added authentication to note app allowing users to sign up, sign in, and manage their account. The note app also has a scalable GraphQL API configured with an Amazon DynamoDB database allowing users to create and delete notes. I have also added file storage using Amazon S3 allowing users to upload images and view them in their app.