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
@yaquawa I found the solution.
Inside the AWS Amplify Console, edit your build settings, and change it like the following:
backend:
phases:
build:
commands:
- npm i -g graphql-default-value-transformer
- '# Execute Amplify CLI with the helper script'
- amplifyPush --simple
I mean before amplifyPush --simple you need to provide the npm i -g graphql-default-value-transformer to install the custom transformer before doing the amplifyPush.
Hi, thanks for the great work!
I'm wondering if this plugin still works for the latest amplify v4.32.1 ?
I know very little about amplify plugin, the doc
https://docs.amplify.aws/cli/plugins/authoring#step-5-install-and-use
says you can install a plugin by
is this the right way to install this plugin?
The text was updated successfully, but these errors were encountered: