codemonger-io / mumble

Mumble in public through ActivityPub
MIT License
2 stars 1 forks source link

Introduction of the viewer app #19

Closed kikuomax closed 1 year ago

kikuomax commented 1 year ago

The new folder cdk/viewer is the project folder for the viewer app that is powered by Qwik. The new CDK construct Viewer builds and bundles the viewer app. The viewer app is deployed as a Lambda function and served through the Function URL behind the CloudFront distribution under /viewer/. /viewer/users/[id]/ serves the profile page for the user associated with [id].