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

AWS SES message index #22

Open
benfortuna opened this issue Feb 23, 2019 · 1 comment
Open

AWS SES message index #22

benfortuna opened this issue Feb 23, 2019 · 1 comment

Comments

@benfortuna
Copy link
Member

Provide lambda, etc. to index messages saved to S3 using SES.

  • Save metadata to dynamo db
  • Add to elastic search index
@benfortuna
Copy link
Member Author

Dynamo db tables:

  • Message-received (id, sender, subject, date, related-ids)
  • Message-sender (address, name)
  • Message-flags (new, seen, deleted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant