-
Notifications
You must be signed in to change notification settings - Fork 4k
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
docs(appsync): correct the schema definition for the sample code #32889
Conversation
@kaizencc, could you please review this PR? The previous one had some issues and required constant updates. I’ve created a new PR from a recently updated fork and a new branch. I hope this resolves the issues, and it works as expected this time. |
fixed the typo
@pahud can you please review this PR? |
@azarboon there are 2 issues, sort of. About the first that you mentioned, where the PR keeps saying the branch is out-of-date. This is not a problem. The reason this happens is because the However, for this PR, I see there is an error on the Codecov check. To work around the issue, can you try closing this PR, then re-open a new one from the same branch you have? |
@samson-keung Thanks for your response and explanation. Following your instructions, I’ve created a new PR (#32982). As discussed in another issue, I’m using Windows, so to minimize potential issues, I created the new PR via the GitHub UI. Unfortunately, I couldn’t reuse the previous branch and had to create a new one instead. The change is minimal and only affects the README file, so it shouldn’t impact any tests. Let me know your advice. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32889 +/- ##
=======================================
Coverage 81.48% 81.48%
=======================================
Files 226 226
Lines 13768 13768
Branches 2416 2416
=======================================
Hits 11219 11219
Misses 2271 2271
Partials 278 278
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@samson-keung To prevent future misunderstandings, could you please elaborate on where you see the Codedev error? From my side, there are no failed automated checks. Please see the screenshot below for reference: Additionally, here is the automated response from Codedev:
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@azarboon Thanks. I see that check re-ran after you updated the branch again. And this time it passed. The CodeBuild job also re-ran but since I have approved this PR, once the CodeBuild is done, this PR will be auto-merged. |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Comments on closed issues and PRs are hard for our team to see. |
Issue #32848
Closes #32848
Reason for this change
The current sample schema is incorrect and causes the stack deployment to fail.
Description of changes
I modified the sample GraphQL schema so that it is successfully deployed.
Describe any new or updated permissions being added
<!— What new or updated IAM permissions are needed to support the changes being introduced ? -->
Description of how you validated changes
I was able to successfully deploy the stack after making the changes I already proposed in the PR.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license