-
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: do not update idp if credentials not present #9454
fix: do not update idp if credentials not present #9454
Conversation
packages/amplify-category-auth/resources/auth-custom-resource/hostedUIProviderLambda.js
Outdated
Show resolved
Hide resolved
...r-utils/awscloudformation/auth-stack-builder/__snapshots__/auth-stack-transform.test.ts.snap
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #9454 +/- ##
=======================================
Coverage 52.62% 52.62%
=======================================
Files 821 821
Lines 45551 45551
Branches 9729 9729
=======================================
Hits 23973 23973
Misses 19577 19577
Partials 2001 2001 Continue to review full report at Codecov.
|
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.
Changes LGTM, is there a test that can be added here?
@jhockett I can add one |
Going to hold off on merging this for now, pending the requested test. |
8def800
to
49470bd
Compare
👋 Hi, this pull request was referenced in the v7.6.19 release! Check out the release notes here https://github.com/aws-amplify/amplify-cli/releases/tag/v7.6.19. |
Description of changes
On a pull when and then executing another push the auth the idp updater/creator custom lambda resource throws an error since the credentials do not exist
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.