This is a POC project for Octank Media to show video encoding on AWS.
MediaConvertEndpoint
The unique MediaConvert Endpoint for your account and region (line 248 of octank-stack.ts)MediaConvertQueue
The default MediaConvert queue ARN for your account and region (line 250 of octank-stack.ts)
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