Fork me on GitHub
#aws
<
2019-02-18
>
dogenpunk15:02:37

Has anyone here used Cognito with Datomic Ions? I’m curious as to how people have dealt with creating user accounts in Cognito and linking them to a entity in Datomic.

dogenpunk15:02:09

I was thinking that I could use a lambda trigger to link accounts, but there doesn’t seem to be one that runs when an account is created via the Cognito console. It also seems that neither amazonica nor cognitect’s aws lib handle the cognito user pool API.

dogenpunk16:02:39

Oh, I see that the cognitect aws lib actually does support the user pool API. It’s just in the cognito-idp API.