I am fairly new to cognito. I have successfully set up my user sign in with user pools.
I would like to create a dynamodb entry for the user on the server side when they signup with cognito.
Is this possible using the lambda triggers during the sign up workflow? I am also not very familiar with lambda but if this is possible I would need to access the user attributes when they sign up with cognito and save these to my dynamodb user table.