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
After upgrade to 2.3.1, there are a few configuration not read correctly. After reading the source code, I found previously we need to define appSync under custom, but not it is required to be under root level of the yaml file.
Also the authenticationType is changed to authentication: { type: ...}.
After upgrade to
2.3.1
, there are a few configuration not read correctly. After reading the source code, I found previously we need to defineappSync
undercustom
, but not it is required to be under root level of the yaml file.Also the
authenticationType
is changed toauthentication: { type: ...}
.Based on the doc https://www.serverless.com/plugins/serverless-appsync-plugin, the
appSync
can be an array but the latest code treats it as an object. How can I deploy multiple appsync API via one yaml file?The text was updated successfully, but these errors were encountered: