I tried this
aws cognito-idp sign-up \
--region eu-west-2 \
--client-id 6o3iivoaqbslnqatt46jche42e \
--username [email protected] \
--password Passw0rd!
but get this error
An error occurred (InvalidParameterException) when calling the SignUp operation: Cannot perform specific action because there does not exist a valid use pool domain associated with the user pool
Solved, had to make a domain in app integration, should this be added to the docs?
@QuantumInformation Can you show me what you had to do to get this to work? A screenshot possibly.
In this section in user pools:


@QuantumInformation Thanks for that. I'll take a look.
@quantuminformation Actualy this is more of a workaround for testing. For production deployment, everything is written in the aws documentation
Step 1: Verify Your Email Address with Amazon SES
Step 2: Move Your Account Out of the Amazon SES Sandbox
Step 3: Grant Email Permissions to Amazon Cognito
@manishcronj why the down vote?
Most helpful comment
Solved, had to make a domain in app integration, should this be added to the docs?