AWS Cognito/Amplify - have new user sign ups be automatically add to a user group
问题 I am using AWS Amplify library to sign up and perform Auth for an AppSync project. This uses Cognito. However, when a new user signs up via Amplify/Cognito, the new user isn't assigned to any specific group in the cognito pool. I am using the Amplify higher order component for login/signup. import { withAuthenticator } from 'aws-amplify-react'; which I wrap over a component class Authenticator extends React.Component { //... basically empty component, only exists so I can wrap it w/ the HOC }