UMLCloudComputing / UniPath.io

UniPath.io is a full-stack web application that allows users to create, plan, and share their class schedules for their entire degree program.
https://www.unipath.io
MIT License
9 stars 19 forks source link

Associate Account object to Amplify Cognito User #76

Open rajeshrah22 opened 6 months ago

rajeshrah22 commented 6 months ago

Propose and implement a solution to associate a Cognito user with a User model at Sign up.

rajeshrah22 commented 6 months ago

This can possibly be done with Cognito lambda trigger: https://docs.amplify.aws/javascript/tools/cli/usage/lambda-triggers/

There seems to be a problem with it though: https://github.com/aws-amplify/amplify-cli/issues/4568