Mapping Cognito attributes to AVP Set type

0

Is it possible to map Cognito attributes to AVP Set type in the schema as below with somelist, where the somelist custom attribute in the cognito userpool is a comma separated list of values.

    "User": {
      "shape": {
        "type": "Record",
        "attributes": {
          "custom": {
            "attributes": {
              "somelist": {
                "type": "Set",
                "element": {
                  "type": "String"
                }
              }
            },
            "type": "Record"
          }
        }
      }
    }
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions