Create sign up page

  1. At User Pool
  • Go to App client and copy ClienID
  1. Change information
var poolData = {
    UserPoolId: 'us-east-1_bzELdEaCl',
    ClientId: 'jruh8009fqtifkckptbr494gp'
};
  1. Prepare amazon-cognito-identity.js for this project
  • Steps
  • With available file
  1. At S3 Bucket
  • Choose Upload
  • Choose Add files
  • Choose amazon-cognito-identity.js and drop it to upload

  • Choose all in folder site in v12 and drop it to upload
  • Grant public-read access
  • Choose I understand
  • Choose Upload
  1. Check with browser
  • Access ../signup.html
  1. Type necessary information and Choose sign up
  2. Check email
  3. Check user in Chat-Pool
  4. Choose username has just created
  • Choose Actions
  • Choose Confirm account
  • Choose Confirm
  1. Check user is confirmed