Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages