Skip to content

Lambda function which links duplicate user accounts together in AWS Cognito

License

Notifications You must be signed in to change notification settings

previewme/cognito-user-account-linker

Repository files navigation

cognito-user-account-linker

CI Workflow Coverage Vulnerabilities Quality Gate Status

Lambda function which links duplicate accounts together. Duplicate accounts exist when a user uses another form of login with the same email address. E.g: Google and then Facebook social login.

Build

To build the lambda function run the following.

npm install
npm run build

Test

To run the tests.

npm test

Package

The following will package the lambda function into a zip bundle to allow manual deployment.

zip -q -r dist/lambda.zip node_modules dist

About

Lambda function which links duplicate user accounts together in AWS Cognito

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages