You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SES trigger lambda (notifying of email that arrived)
Lambda handles email. Code will have list of available addresses and map to whom mail should be forwarded. Forwards emails that are to valid addresses and responds to sender with “not found” for those that don’t.
Stretch goal is to integrate with cognito
setup groups in cognito
setup way to define which groups get email (tags somehow)
add functionality to lambda above to match name in to address [email protected] with username in cognito and the check to see if tag for “hasEmail” exists and if so forward on to the users email address.
send email with instructions on how to setup outgoing smtp on their email client
The text was updated successfully, but these errors were encountered:
This requires setup of the following:
Stretch goal is to integrate with cognito
The text was updated successfully, but these errors were encountered: