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
The documentation here is about version 1 of this plugin which is not stated and leads to erros because 'appSync' is no longer under 'custom' in the yaml file. 'npm install serverless-appsync-plugin' would install v2 therefore the whole page is irrelevant.
The 'up to date' examples in the repo here like the 'quick start' one:
Thanks @mstoyanovv
Unfortunately I cannot change the serverless article.
The issue you point out seems like a bug. If not provided, functions should probably just be an empty array, or we should skip some parts of the code that builds functions.
The documentation here is about version 1 of this plugin which is not stated and leads to erros because 'appSync' is no longer under 'custom' in the yaml file. 'npm install serverless-appsync-plugin' would install v2 therefore the whole page is irrelevant.
The 'up to date' examples in the repo here like the 'quick start' one:
is failing with "Cannot read properties of undefined (reading 'map')". Looks like the plugin is searching for functions property in a resolver.
The text was updated successfully, but these errors were encountered: