agent: |
EoGH95W3qlKJ9Z4IiD8vCreate user pool in AWS Cognito
Create user pool in AWS Cognito
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
aws cognito-idp create-user-pool \
--pool-name <oidc_pool_name> \
--region <region_name>
copied