Open hmshoaib opened 5 years ago
I have figured it out it only breaks when we try to split GraphQlDsLambda
is there a bug or any limitation?
This is an issue has nothing to do with the appsync plugin. It has to do with https://github.com/dougmoscrop/serverless-plugin-split-stacks and how it tries to create nested stacks only based on resource count (not looking at parameters nor outputs).
Hi, I have gone through the closed and open issues regarding the limit issues which is 60 per stack. I have modified my stacks-map.js The problem is I am using all the data sources as lambda and the resources count for GraphQLDsLambda gets to 182. I am assuming its because of IAM roles and etc is there any fix for this? this is the stack summary
Here is mystifying stacks-map.js
if i add below code it gives me error
Here is the error that i get
I have to add more mutations, queries and subscriptions so it will break. Please if any one have solved this already.