We hit the EC2 rate limit error and adding this plugin solves the problem for exactly one time, any further deployment yields a circular dependency error on the CloudFormation SAM validation stage.
My project is also using serverless-webpack and serverless-appsync-plugin, I guess the only possible conflict here is the appsync plugin trying to have the functions depends on AppSync itself.
Not sure where to dig yet, any clues?
We hit the EC2 rate limit error and adding this plugin solves the problem for exactly one time, any further deployment yields a circular dependency error on the CloudFormation SAM validation stage.
My project is also using
serverless-webpackandserverless-appsync-plugin, I guess the only possible conflict here is the appsync plugin trying to have the functions depends on AppSync itself.Not sure where to dig yet, any clues?