-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace hostedui provider lambda (#12478)
* feat: create social providers with cfn when lambda callout does not exist * feat: replace lambda code with deleting resources * fix: change template write to check if prop exists * fix: remove debugger from app code * test: update snapshot to remove hosted ui provider dependency * test: add unit tests for stack builder object and transformer class * chore: refactoring code and fixing linting * fix: add missing types file * test: add test for migration method helpers * fix: change names of methods to reflect lambda responsibility and wrap addDep in if statement * chore: move creating nested stack params to auth category * fix: change let to const * fix: remove unused import * chore: move generating nested stack code to provider package * fix: refactor tests * fix: add more error exception for not found to lambda * chore: remove auth dep from cloudformation package * Update packages/amplify-provider-awscloudformation/src/push-resources.ts Co-authored-by: John Hockett <jhockett@users.noreply.github.com> * fix: update comment and move return to separate line --------- Co-authored-by: John Hockett <jhockett@users.noreply.github.com>
- Loading branch information
1 parent
942a891
commit 17b0a83
Showing
14 changed files
with
899 additions
and
355 deletions.
There are no files selected for viewing
120 changes: 27 additions & 93 deletions
120
packages/amplify-category-auth/resources/auth-custom-resource/hostedUIProviderLambda.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.