Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 765 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 765 Bytes

Full Stack CDK

Full Stack Serverless - CDK

Full stack cdk example applications

Apps

CDK Chat App

This CDK 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.

CDK AppSync Chat

CDK Authentication

This CDK 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 for a full-stack serverless project.

CDK Authentication