Anyone ever seen this? “Parameter count 201 is gre...
# help
t
Anyone ever seen this? “Parameter count 201 is greater than max allowed 200”
f
Hey @Tony J, yeah that’s a CloudFormation limit.
Most likely you are using an older version of SST. Prior top v0.59.0, SST used CDK v1, and it had this issue of using unnecessarily large number of CloudFormation Parameters.
Since CDK v2, they fixed this. So if you update to the latest version of SST, you shouldn’t see this error anymore.
There are a couple of changes in how you import in CDK v1 vs v2. Follow this release note to update https://github.com/serverless-stack/serverless-stack/releases/tag/v0.59.0
Shouldn’t take more than 15min.