/aws-cd-waw

Code used during AWS Community Day Warsaw 2023

Primary LanguagePython

AWS Community Day Warsaw

Architecture

image info

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk 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