hey does anyone know how to do this? const auth =...
# help
k
hey does anyone know how to do this? const auth = new Auth(stack, "Auth", { cdk: { userPool: { email : { //withSES : { ?? fromEmail: 'noreply@myawesomeapp.com', fromName: 'Awesome App', replyTo: 'support@myawesomeapp.com', //} } } } }) im not sure how your supposed to call the withSES bit
t
I'm actually very unfamiliar with userPools
Let me check the cdk docs
Example there
k
thank you @thdxr