Commit Graph

7 Commits

Author SHA1 Message Date
NMerz
2637cab282 Create userID retrieval Lambda
Allow for the retrieval of userIDs from email (or just generally).

This may need the apigateway passthrough info modified for privacy protection
2020-10-24 12:52:45 -04:00
Clayton Wilson
c1a8103da8 Various layout improvements 2020-10-09 01:35:16 -04:00
Clayton Wilson
38aea790d8 UserDeleter 'unit tests' 2020-10-08 23:07:53 -04:00
Clayton Wilson
c5bb117136 User delete lambda 2020-10-08 17:49:50 -04:00
Clayton Wilson
925a249b4c user delete debugging 2020-10-08 12:34:14 -04:00
NMerz
8c526d3b8d SignOut and forced signout on delete
Added signout functionality and forced signout on delete.
2020-10-05 22:27:24 -04:00
NMerz
fe846fb81f Delete Lambda prototype
Prototype the User DELETE lambda. Amplify does not include this functionality, so putting it in a Lambda with the fine-grained API. This currently does not invalidate outstanding tokens nor does it clean up the database.
@claytonwwilson You will want to add the clean up code instead of the deleted stuff in UserDeleter
2020-10-05 12:29:28 -04:00