Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the latest version not compatible with previous configuration? #611

Open
zhaoyi0113 opened this issue Jul 10, 2023 · 1 comment
Open

Comments

@zhaoyi0113
Copy link

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: ...}.

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?

@SethO
Copy link

SethO commented Jul 10, 2023

There are many breaking changes between v1 & v2. This upgrade guide lists all the steps required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants