Hey <@U02HHE2N52P>, can you check the versions of ...
# help
f
Hey @Boris Tane, can you check the versions of all the sst and cdk dependencies in ur package.json?
b
Copy code
"@serverless-stack/cli": "0.50.1",
"@serverless-stack/resources": "0.50.1",
"@aws-cdk/core": "1.126.0"
f
Can you try adding all the cdk modules you are using to
package.json
?
b
individual install of cdk modules locked at
1.126.0
solves the sst error but the ECS instances are not added to the cluster once deployed. this is probably not on sst anymore
f
Yeah, you can find the CloudFormation template inside
.build/cdk.out
, and see if the minimal capacity and other settings match up with what you had form b4.
b
thanks Frank, all sorted 👍