Kiwi is a very limited Twitter-like web app that allows publishing and viewing messages.
npm install
cd frontend
npm install
# first time only
npx cdk bootstrap
npx cdk deploy KiwiBackendStack --outputs-file backend.json
cd frontend
npm run build
cd ..
npx cdk deploy KiwiFrontendStack