How do I test a locally-modified version of aws-cd...
# sst
m
How do I test a locally-modified version of aws-cdk-lib with SST? I tried
npm link
but get
invalid ConstructNode type
https://serverless-stack.slack.com/archives/C01HQQVC8TH/p1642709706056000?thread_ts=1642702962.053600&cid=C01HQQVC8TH
s
I know this probably doesn’t help you (maybe).. but if you use yarn, you can use the patch feature to patch any package with your own changes and bundle that in your project
f
hmm not quite sure about that error. Will the PR be released in CDK v2.9.0? Let’s keep an eye on it and update to it once it’s available.