aws-solutions / distributed-load-testing-on-aws

Distributed Load Testing on AWS
https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws/
Other
336 stars 121 forks source link

Feature: bring your own UserPool #159

Open bogdankatishev opened 8 months ago

bogdankatishev commented 8 months ago

Description of changes: Added new CfnParameter: ExistingCognitoPoolId:

Also updated the snapshots and tests of the templates to includes these changes :arrow_up:

Checklist

A question towards the people of AWS/maintainers: should I include a Condition to skip the creation of the default admin user when giving an existing Cognito PoolId?

kamyarz-aws commented 7 months ago

Thank you for this contribution. We will review this feature with our product team and if approved internally we will include this in one of our future releases with your name as a contributor.

kamyarz-aws commented 5 months ago

Hi @bogdankatishev, can you please gives some more information on why do you want to include this feature. I understand the logic but I also want to know more how different users might use this feature.

bogdankatishev commented 5 months ago

Hello @kamyarz-aws, I added this feature because we already had an existing Cognito UserPool within our AWS account where all the existing system accounts/etc... reside. And so we wanted to avoid creating a new UserPool, with only 1 default system user in it.

bogdankatishev commented 2 months ago

Hello, any updates on this? @kamyarz-aws