Skip to content

NirK8/create-cognito-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is an npx tool for creating a new user in an AWS Cognito user pool.


Usage


npx create-cognito-user

This will start an interactive session, in which you will be prompted to insert your new user's details


Please note!


In order for this tool to work, you must first authenticate in your terminal using the aws cli by running the following command:
aws configure

The authenticated user must have permission to execute the following SDK commands:

  • DescribeUserPoolCommand,
  • AdminCreateUserCommand,
  • AdminGetUserCommand,
  • AdminUpdateUserAttributesCommand

About

An npx tool for creating new users in a cognito user pool

Resources

Stars

Watchers

Forks

Packages

No packages published