jzj / amazon-chime-sdk-meetings-breakout-rooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy

This demo can be deployed via CDK so you can see how this works in your own AWS Account. Prerequisites:

chmod +x deploy.sh
./deploy.sh

This script will complete a series of actions that includes building the CDK deployment and the React App. The CDK consists of two Stacks that are deployed sequentially so that the API Gateway URL that is created in the Backend Stack can be passed to and used in the Frontend. The output from this will include the URL that is hosting the front end app.

Cleanup

To remove deployed resources:

cdk destroy --all

About

License:Apache License 2.0


Languages

Language:TypeScript 90.0%Language:JavaScript 8.4%Language:Shell 0.9%Language:HTML 0.4%Language:CSS 0.3%