Working with the RFDK in TypeScript - Render Farm Deployment Kit on AWS

Working with the RFDK in TypeScript

Important

On November 7, 2025, AWS Thinkbox Deadline 10 will enter maintenance mode. We recommend exploring AWS Deadline Cloud for render management. For questions, contact support@awsthinkbox.zendesk.com or refer to the Maintenance Mode FAQ.

Installing peer dependencies

The following command (requires jq) installs all of the peer dependencies required by RFDK. Run it from the root of your CDK application directory.

npm view --json aws-rfdk peerDependencies | jq '. | to_entries[] | .key + "@" + .value' | xargs npm i --save