Git Product home page Git Product logo

cognito-migrator's Issues

Validation failure using cognito-export when `email_verified` or `phone_number_verified` is `True`

Hi, I am trying to use your tool.

But I am not able to export the list of users due to a verification failure with email_verified using [email protected]

Although the documentation only mention the use of true as value, it is apparently possible to define both true and True in the attributes email_verified and phone_number_verified.

At least I am using both without problems in my user pool.

[cloudshell-user@ip-1-2-3-4]$ npx cognito-export -u us-east-1_aaaaaaaaaaaaa -v
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Using profile: default
Using region: us-east-1
Found user pool
[
  {
    "code": "invalid_union",
    "unionErrors": [
      {
        "issues": [
          {
            "received": "True",
            "code": "invalid_literal",
            "expected": "true",
            "path": [
              "email_verified"
            ],
            "message": "Invalid literal value, expected \"true\""
          }
        ],
        "name": "ZodError"
      },
      {
      },
      {
        "issues": [
          {
            "received": "True",
            "code": "invalid_literal",
            "expected": "false",
            "path": [
              "email_verified"
            ],
            "message": "Invalid literal value, expected \"false\""
          }
        ],
        "name": "ZodError"
      }
    ],
    "path": [
      "email_verified"
    ],
    "message": "Invalid input"
  }
]
No users found

The header in the CSV file does not match the expected headers. Use the GetCSVHeader API to get the expected headers.

Hello @owenr88 i hope you are doing well!!

Once again, thank you for the tool, it is very useful.

I updated the tool and I am using it with npx, at this moment I exported the users but a custom attribute was missing, I don't know the exact reason why it was missing. When importing it gives me an error indicating that this attribute is missing, cognito expects 24 and in csv it only managed to export 23.

I'll leave you some cloudwatch logs.

Miss user pool expected header - [custom:clients]

File headers total count 23, expected headers total count 24

This is how i have my custom attributes:

imagen

The attributes custom:databaseUserId and custom:roles are exported correctly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.