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

fix: address initial comments #8953

Merged
merged 3 commits into from
Nov 19, 2021

Conversation

akshbhu
Copy link
Contributor

@akshbhu akshbhu commented Nov 19, 2021

Description of changes

Address comments of this PR : #8916

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@akshbhu akshbhu requested a review from a team as a code owner November 19, 2021 00:29
@akshbhu akshbhu mentioned this pull request Nov 19, 2021
5 tasks
@@ -464,7 +464,8 @@ export const updateWalkthrough = async (context): Promise<UpdateApiRequest> => {
if (await checkAppsyncApiResourceMigration(context, resourceName, true)) {
await context.amplify.invokePluginMethod(context, 'awscloudformation', undefined, 'compileSchema', [context, { forceCompile: true }]);
} else {
printer.warn(`The GraphQL API is using transformer version 1. Run 'amplify migrate api' to upgrade to transformer version 2.`);
printer.error('Update Operations works on migrated projects. Run amplify update api and opt for migration');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
printer.error('Update Operations works on migrated projects. Run amplify update api and opt for migration');
printer.error('Update operations only work on migrated projects. Run "amplify update api" and opt for migration.');

@akshbhu akshbhu merged commit 9ba8409 into aws-amplify:gql-ext Nov 19, 2021
akshbhu added a commit to akshbhu/amplify-cli that referenced this pull request Nov 19, 2021
* fix: address initial comments

* Update settings.json

* Update index.ts
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

Successfully merging this pull request may close these issues.

2 participants