-
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
chore(appsync): improved example DynamoDB stack in AppSync README.md file #12320
Conversation
Pull request has been modified.
Pull request has been modified.
@Mergifyio update |
Command
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
@tlakomy just FYI mergify should auto update from master if its able and wont dismiss reviews when it does. You may have just needed to manually merge for some reason or other though and may already know this. Regardless, TY! |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
MappingTemplate
is not a global value and it has to either be explicitly imported:or accessed via
appsync
field (since there is animport * as appsync from '@aws-cdk/aws-appsync';
on line 55).It's a small thing but now the whole example code is more or less copy&paste-able 👍 (same goes for
PrimaryKey
andValues
)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license