├── README.md └── header.jpg /README.md: -------------------------------------------------------------------------------- 1 | ![Full Stack CDK](header.jpg) 2 | 3 | # Full Stack Serverless - CDK 4 | 5 | Full stack cdk example applications 6 | 7 | ## Apps 8 | 9 | ### CDK Chat App 10 | 11 | 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. 12 | 13 | [CDK AppSync Chat](https://github.com/full-stack-serverless/cdk-appsync-chat) 14 | 15 | ### CDK Authentication 16 | 17 | 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. 18 | 19 | [CDK Authentication](https://github.com/full-stack-serverless/cdk-authentication) 20 | 21 | -------------------------------------------------------------------------------- /header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/full-stack-serverless/full-stack-cdk/45cb9e6739722df5affef3d8e39ddeea752dafbf/header.jpg --------------------------------------------------------------------------------