-
Notifications
You must be signed in to change notification settings - Fork 825
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: add support for mobile hub migrated resources #5407
Conversation
- support push/pull operations - support CRUD permission assignment to migrated resources - block multi-env commands - block update and remove operations on migrated resources
This pull request introduces 1 alert when merging 31a0e3f into c630145 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #5407 +/- ##
==========================================
- Coverage 59.08% 59.01% -0.07%
==========================================
Files 400 401 +1
Lines 18002 18049 +47
Branches 3568 3579 +11
==========================================
+ Hits 10636 10652 +16
- Misses 6717 6743 +26
- Partials 649 654 +5
Continue to review full report at Codecov.
|
...tion/src/provider-utils/awscloudformation/service-walkthroughs/execPermissionsWalkthrough.ts
Show resolved
Hide resolved
...tion/src/provider-utils/awscloudformation/service-walkthroughs/execPermissionsWalkthrough.ts
Show resolved
Hide resolved
* fix: add support for mobile hub migrated resources - support push/pull operations - support CRUD permission assignment to migrated resources - block multi-env commands - block update and remove operations on migrated resources * fix: sigint test failure * chore: fix lgtm warning * fix: add 'add notification' and 'update auth' protection * chore: fix update unit test
* fix: add support for mobile hub migrated resources - support push/pull operations - support CRUD permission assignment to migrated resources - block multi-env commands - block update and remove operations on migrated resources * fix: sigint test failure * chore: fix lgtm warning * fix: add 'add notification' and 'update auth' protection * chore: fix update unit test
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:
fix: add support for mobile hub migrated resources
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.