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

Working with the RFDK in TypeScript

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