In this article, we're going to discuss how to trigger an AWS Lambda when a user signs up
Whenever a user signs up, we want cognito to call a lambda function with the user's metadata so that we can save that data in dynamodb or do further processing.
Why you