Describe the bug
When creating a userpool using the AWS cognito console, or adding a user to an existing userpool, (AWS::Cognito::UserPool and AWS::Cognito::UserPoolUser), the Recorder plugin indicates "no recorded actions yet" in the cloudformation when recording is stopped.
Related Language
CloudFormation
To Reproduce
Steps to reproduce the behavior:
Start recording on the plugin
Go to the AWS cognito console
Click on "Manage Userpools"
Click on "Create a user pool"
Enter a Pool name and follow either the "Review defaults" or "Step through settings" routes to create a user pool.
(this creates a UserPool resource, which is not reflected when the console recorder is stopped)
After the pool was created, click on "Users and groups"
Click on "Create user"
Complete the Create user form and click on "Create user".
(this creates a UserPoolUser resource, which is not reflected when the console recorder is stopped)
Expected behavior
When the console recorder recording is stopped, the dashboard is expected to show a CloudFormation script of the UserPool and UserPoolUser created.
Additional context
This was test on both Chrome and Firefox.
Describe the bug When creating a userpool using the AWS cognito console, or adding a user to an existing userpool, (AWS::Cognito::UserPool and AWS::Cognito::UserPoolUser), the Recorder plugin indicates "no recorded actions yet" in the cloudformation when recording is stopped.
Related Language CloudFormation
To Reproduce Steps to reproduce the behavior:
Expected behavior When the console recorder recording is stopped, the dashboard is expected to show a CloudFormation script of the UserPool and UserPoolUser created.
Additional context This was test on both Chrome and Firefox.