hello everyone, i have a error message when deploy...
# help
m
hello everyone, i have a error message when deploy my project Template format error: Parameter count 201 is greater than max allowed 200 some idea 😰?? ā€œ@serverless-stack-slack/cliā€: ā€œ0.54.3"
t
You might be hitting CloudFormation limits. I'd suggest breaking your app up into more stacks
m
I’m still under the limit 😢
t
sorry what do you mean you're under the limit?
f
actually this is a Parameter count limit
@Manuel VillafaƱe this issue should be fixed if you updated to the latest SST
To add some context, prior to v0.59.0, SST used CDK v1, which used a lot more CloudFormation Parameters than necessary. And you can run into the limit fairly quickly if you add more Lambda functions.
m
nope, i’m still with error
f
hmm.. which version of SST r u on?
if u run
sst -v
t
is the limit not per stack?
f
it is
@Manuel VillafaƱe just checking in and see if you had a chance to get pass this issue.