I want to pass a parameter for a post-confirmation AWS Lambda function in an AWS Cognito Hosted UI sign-up URL.
I have the following workflow: A user chooses a plan on a pricing page, then passes authentication, and then I want to save the chosen plan in a Dynamo table using a post-confirmation Lambda function.
Is it possible to do it?