Sign in
agent:

Create an app client for AWS cognito using the user_id from previously created user-pool

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
aws cognito-idp create-user-pool-client \ --user-pool-id <user_pool_id> \ --client-name eks-client \ --no-generate-secret \ --region <region_name>
copied