Reputation: 41
Any one could you please assist me that how to create the Lambda function for "Sign In using Cognito".
Is that possible in server side OR only possible in client side?
I have searched in the below link, But we don't know which one Should I use it for SignIn.
http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html
Thanks in Advance.
Upvotes: 3
Views: 1183
Reputation: 5751
It should be possible by using the node version of the Cognito Javascript SDK.
https://www.npmjs.com/package/amazon-cognito-identity-js-node
Upvotes: 2