Hiya folks, I'm playing with the Cognito JWT Authroization example, but trying to use an AuthStack to create the cognito user pool for JWT based authentication. Can make it work, with two caveats 1) I need to manually enable the ALLOW_USER_PASSWORD_AUTH Authentication flow through the cognito console, and 2) Less of a caveat, more of an efficiency thing, the Auth stack creates an Identity Pool for IAM authorization by default, which I'd like to prevent / turn off. Appreciate any thoughts on achieving either of this ends! 🙂