The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
This PR updates the CDK lib used by RFDK and all examples. I ran an npm-upgrade and yarn for all of the package.json files, and ran a test pipeline confirming it worked as expected.
This PR updates the CDK lib used by RFDK and all examples. I ran an
npm-upgrade
andyarn
for all of the package.json files, and ran a test pipeline confirming it worked as expected.Note that I needed to add an explicit peer dep on
jsii-rosetta
due to this breaking change https://github.com/aws/jsii/issues/4501By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license