Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 380 Bytes

aws-cdk-depot-shim

This is a workaround for using AWS CDK with Depot. The depot-cdk script in this repo proxies the build command to depot build with --load specified, and everything else to docker.

You would want to set CDK_DOCKER environment variable to the path of the depot-cdk script when running CDK:

env CDK_DOCKER=/path/to/depot-cdk cdk ...