Stacktape

Sign up



userpoolCreateUser()

Overview and basic usage


Creates a new user in the specified user pool.


  • User's details are specified interactively using the command line.

Copy

import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.userpoolCreateUser({
region: "<<region>>",
stage: "<<stage>>",
userPoolName: "<<userPoolName>>"
});

API reference

Arguments

region
Required
stage
Required
userPoolName
Required
autoConfirmUser
awsAccount
config
configPath
currentWorkingDirectory
profile
projectName
templateId

Need help? Ask a question on Discord or info@stacktape.com.