:loudspeaker: Hi everyone, in the next release, SS...
# sst
f
📢 Hi everyone, in the next release, SST will call CDK cli commands directly under the hood, and will no longer use our previously forked version of CDK! We have a beta release ready. It has been well tested. We would love to have some of you give it a try before it is official. To try the beta release in a new project, run:
Copy code
#nodejs
npx create-serverless-stack@next my-sst-app

#typescript
npx create-serverless-stack@next my-sst-app --language typescript
To try the beta release in your existing project, simply update the following dependency version in your
package.json
, and then run
npm install
or
yarn
.
Copy code
"@serverless-stack/cli": "0.8.1-next.15",
    "@serverless-stack/resources": "0.8.1-next.15",
This is not a break change, and the upgrade should be seamless. Let us know if you run into any issues.
m
What's your estimate on when this will move out of beta?
f
Later this week if no issues brought up