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
thdxr
03/01/2022, 12:34 PM
You might be hitting CloudFormation limits. I'd suggest breaking your app up into more stacks
m
Manuel VillafaƱe
03/01/2022, 12:50 PM
Iām still under the limit š¢
t
thdxr
03/01/2022, 1:51 PM
sorry what do you mean you're under the limit?
f
Frank
03/01/2022, 3:42 PM
actually this is a Parameter count limit
Frank
03/01/2022, 3:44 PM
@Manuel VillafaƱe this issue should be fixed if you updated to the latest SST
Frank
03/01/2022, 3:45 PM
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
Manuel VillafaƱe
03/01/2022, 3:45 PM
nope, iām still with error
f
Frank
03/01/2022, 3:46 PM
hmm.. which version of SST r u on?
Frank
03/01/2022, 3:47 PM
if u run
sst -v
t
thdxr
03/01/2022, 3:51 PM
is the limit not per stack?
f
Frank
03/01/2022, 3:51 PM
it is
Frank
03/02/2022, 1:18 AM
@Manuel VillafaƱe just checking in and see if you had a chance to get pass this issue.