You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. Thanks for the lib! I have a question about Appsync.
By default, all Appsync resources will be stored in the root stack, so If I have hundreds of resolvers it will not work for me.
If I use recommended approach from the serverless-appsync-plugin:
@NevRA Where did you place that custom bit of code with the ServerlessPluginSplitStacks.resolveMigration? I am having the same problem but I don't know which file to put that piece of code into.
Hey. Thanks for the lib! I have a question about Appsync.
By default, all Appsync resources will be stored in the root stack, so If I have hundreds of resolvers it will not work for me.
If I use recommended approach from the serverless-appsync-plugin:
stacks-map.js:
It will not change anything, because all the same, resolvers and other things will be together
So the idea is to split this somehow into smaller chunks. I found this solution to work for me.
But I'm wondering what the pitfalls are, will there be any problems with it in the future? And what strategy to use is safer?
For example with config:
it will create some additional stacks to hold these new AppSync resources, and it is not clear whether this is a problem or not
Thanks!
The text was updated successfully, but these errors were encountered: