01
Email-first defaults
Required and auto-verified email reduces per-application setup.
Pattern 03
Email-first Cognito authentication with app client defaults and Lambda-ready outputs.
Status
Available module
Deployment scope
Single region with DR support
Recommended version
~> 1.0
What you get
01
Required and auto-verified email reduces per-application setup.
02
Tune MFA, password policy, and token validity with variables.
03
Consume pool and client details directly from your runtime.
Start here
Add the module to your configuration and customize only what you need.
module "auth" {
source = "pomo-studio/cognito-auth/aws"
version = "~> 1.0"
name = "my-app-users"
client_name = "my-app"
mfa_configuration = "OPTIONAL"
}Key inputs
Useful outputs
Built with