AWS Community Day Warsaw
Architecture
Useful commands
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
Run testign docker
docker run -it --rm \
--env INVIDEO=s3://initial-videos/video.mp4 \
--env INSUBTITLES=s3://transcribed-after-review/transcribe_1373f66d31115381_video.mp4.json \
--env OUTBUCKET=final-videos \
--env OUTLANG="es de" \
--env REGION=eu-central-1 \
test:latest
Credits
Rob Dachowski author of blog post