-
Notifications
You must be signed in to change notification settings - Fork 824
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
feat: generate datastore models for Admin CMS to consume post-deployment from CLI #6771
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6771 +/- ##
=======================================
Coverage 56.50% 56.50%
=======================================
Files 430 430
Lines 21140 21140
Branches 4237 4237
=======================================
Hits 11946 11946
Misses 8381 8381
Partials 813 813 Continue to review full report at Codecov.
|
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/aws-utils/aws-amplify-backend.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small comments, but approved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/admin-modelgen.ts
Outdated
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/aws-utils/aws-amplify-backend.ts
Show resolved
Hide resolved
packages/amplify-provider-awscloudformation/src/aws-utils/aws-amplify-backend.ts
Outdated
Show resolved
Hide resolved
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Description of changes:
This PR calls the Amplify Admin Service API post-deployment/post-push in the CLI to generate DataStore models in the cloud for the Admin UI CMS. This action is triggered only when Admin UI is enabled for the app + DataStore is enabled for the API.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.