Second question, as I understand it, SST uses a fo...
# help
b
Second question, as I understand it, SST uses a fork or cdk? I read that on one of the pages - which makes sense to me having worked with CDK previously - but I am curious, is there a place we can check the latest supported version of aws-cdk?
I do see that SST has a really healthy release cadence atm (one part of aws-cdk I loved) - but worried that I can’t work directly on aws-cdk docs, if working with newer resources.
t
It used to use a fork but we now use the same aws-cdk
b
oh nice, just a straight up dependency, no fork
thats great
let me see if I can dig up the page where I read this, it was talking about keeping the aws-cdk resoures linked to the sst supported version.
t
current version is 0.114.0 - we update as requested, it's usually not a crazy amount of work for us
or maybe it’s just the cli that uses forked cdk? “SST CLI comes with a forked version of AWS CDK”
(and https://docs.serverless-stack.com/known-issues was also where I read about this)
r
You can check the supported version with:
Copy code
npx sst -v
b
👌 that’s perfect, thanks @Ross Coundon
Copy code
SST: 0.40.1
CDK: 1.114.0
premium 🙂
j
Thanks for pointing out the issue in the docs @Blake E. Pushed out a fix.
b
hey, thanks for that - and thanks putting in effort to not use a fork. was an item in the “con” column I’m very happy to strike