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
bill
March 21, 2018, 5:07am
2
Add below lines in your serverless.yml
plugins:
- serverless-plugin-split-stacks
For detail discussion about this limits, check this url:
opened 11:44AM - 23 Jul 17 UTC
closed 07:10AM - 24 Jul 17 UTC
question
help wanted
Hello.
I had strange issue with quantity of lablda functions:
```
Error -… -------------------------------------------------
The CloudFormation template is invalid: Template format error: Number of resources, 208, is greater than maximum allowed, 200
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
```
Someone has in idea how I can handle this out.
_Note* If I comment out several functions from yml file its starts to deploy so its for sure with count of functions that I have. _
1 Like
Thank you so much bill. It works. You save my day.
Cheers,
John
1 Like