I am using Serverless(https://github.com/serverless/serverless) to deploy my functions to AWS Lambda. However, Now I started getting the error:
Template format error: Number of resources, 217, is greater than maximum allowed, 200
After some research I found out that this limit is the limit from AWS CloudFormation, soI was wondering how I can deploy my application to Lambda via Serverless.
Any help would be appriciated.
Thanks!