Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check email address lambda #8

Closed
2 tasks
frankolson opened this issue Aug 29, 2020 · 0 comments
Closed
2 tasks

Check email address lambda #8

frankolson opened this issue Aug 29, 2020 · 0 comments
Assignees
Milestone

Comments

@frankolson
Copy link
Owner

Is your feature request related to a problem? Please describe.
We should not be storing or processing emails for emails that no longer, or never did, exist. Eventually or SES service will need to define a rule for accepting emails. This ticket is for creating the lambda function that that rule will use.

Describe the solution you'd like
A lambda function that:

  • takes a string (the email address being checked) as an input and checks whether or not there is a matching unexpired inbox
  • returns a boolean value base on that check
    • true ~> matching inbox
    • false ~> no matching inbox, or the matching inbox is expired
@frankolson frankolson created this issue from a note in API + Email Processing MVP (To do) Aug 29, 2020
@frankolson frankolson added this to the MVP milestone Aug 29, 2020
@frankolson frankolson self-assigned this Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant