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].
The new folder
cdk/viewer
is the project folder for the viewer app that is powered by Qwik. The new CDK constructViewer
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]
.