aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
dogenpunk 2019-02-18T15:38:37.007200Z

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.

dogenpunk 2019-02-18T15:40:09.008800Z

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.

dogenpunk 2019-02-18T16:06:39.010100Z

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