-
This package contains frontend code which performs:
- Put, Get, Delete operations on S3 client.
- StartStreamTranscription operation on TranscribeStreaming client.
- SynthesizeSpeech operation on Polly client.
-
This is a create-react-app which creates minimized bundle on running
build, and debugs it on runningstart.
Ensure that you've followed pre-requisites from main README, and created backend.
yarn prepare:frontendto populate Cloudformation resources in frontend config.- The resources can also be manually added in
src/config.json.- Add
aws-js-sdk-notes-app.GatewayUrlfrom CDK output forGATEWAY_URL.- Example GatewayURL:
https://randomstring.execute-api.region.amazonaws.com/prod/
- Example GatewayURL:
- Add
aws-js-sdk-notes-app.Regionfrom CDK output forREGION.
- Add
yarn start:frontendto run the server.- This will open the website in the browser, and enable HMR.
- Just edit and save the files in
packages/frontend/src, and the browser page will auto-refresh!
yarn build:frontendto create optimized production build (to get file sizes).
- Run
yarn cdk destroyto delete Cloudformation Stack.


