Skip to content

Files

Latest commit

49e8ec0 · Aug 20, 2020

History

History
20 lines (10 loc) · 917 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 917 Bytes

Full Stack Amplify

Full Stack Serverless - AWS Amplify

Full stack applications built with AWS Amplify

Apps

Amplify Real-time Chat App

This Amplify project deploys an AppSync API, Amazon DynamoDB tables, and an Amazon Cognito User Pool configured to create the infrasstructure for a chat application. It is paired with a React front-end for a full-stack serverless project.

React Chat-app AWS

Amplify Custom Authentication

This Amplify project deploys an Amazon Cognito User Pool configured to create the infrasstructure for a basic application for user authentication. It is paired with a React front-end that implements a custom authentication flow and protected routes for a full-stack serverless project.

React Custom Authentication AWS