Cloud Formation Template Error

I got this error “The CloudFormation template is invalid: Template format error: Number of resources, 203, is greater than maximum allowed, 200” when I deploy it. What should I do? I have removed unused package from local and package.json file.

Many thanks,
Kind Regards,
John

Add below lines in your serverless.yml

plugins:
  - serverless-plugin-split-stacks

For detail discussion about this limits, check this url:

1 Like

Thank you so much bill. It works. You save my day.
Cheers,
John

1 Like