Using Lambdas with Cognito

0

I'm trying to use Lambdas to cater for some required processing in Cognito. I don't seem to be able to find examples of any POCOs to cater for the requests data sent by Cognito to the lambdas.

Are there any NuGets with these classes in, or a suggestion of how to deal with this another way?

Thanks

  • Could you please give some examples of what you want to achieve? There are some SDK extensions for Amazon Cognito that might be helpful here.

1 Answer
0

https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html

Configure lambda trigger on any operation with cognito user pool... Launch above link - Left Navigation click the type of Cognito operation lambda trigger... there is an example provided for each lambda trigger type.

prabu
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions