Template format error: Parameter count 63 is greater than max allowed 60 #8736
Labels
@aws-cdk/core
Related to core CDK functionality
guidance
Question that needs advice or information.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Cloud formation seems to have limit of 60 parameters, but these parameters are set by DEFAULT by CDK.
I'm just creating lambdas like this:
and 3 parameters for each lambda are created (see hash at the picture).
Cloud formation seems to suggest using maps when limit is reached, but this is set by CDK and there is no documentation how to modify these default parameters.
(please no solution like just create 2 stacks...)
The text was updated successfully, but these errors were encountered: