amplify-education / serverless-log-forwarding

Serverless plugin for forwarding CloudWatch logs to another Lambda function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of resources, 211, is greater than maximum allowed, 200

cchapman900 opened this issue · comments

I just added this plugin to my serverless.yml and tried deploying, but got the error:

Error --------------------------------------------------
 
  The CloudFormation template is invalid: Template format error: Number of resources, 211, is greater than maximum allowed, 200

My service isn't that big though... I only have around 30 functions for about 4 related resources.

Does the newly merged #27 fix this issue for you?