CloudFormation has a hard limit of 500 resources in a aws service.bu i have using 507 resources that error will be occurs so how to overcome the error. i want to be increased the limit using serverless node.js @node.js,@aws,@serverless,@dynamodb.
-
I want to increase the hard limit as 500 resources but My resources as 507 its have been above the limit.
-
I’m using serverless node.js at aws service as dynamodb,SNS,S3 Bucket,SES email to the services used into the my project.
-
Its cross the limit so what i do if anyone knows the fix this issues.Please help me to answer this issues.
2
Answers
AWS documentation already has solution for your problem, you should visit this page – AWS CloudFormation quotas.
This documentations mentions about:
Hope this is solution to your problem.
It is hard to tell if you’re using Serverless Framework or not, but if that is the case, you can take advantage of dedicated plugin that will automatically split your resources into multiple stacks to get around this limitation: https://github.com/dougmoscrop/serverless-plugin-split-stacks