-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provide AWS lambda functions #19
Comments
MessageFilter - read from mailbox folder and return filtered list of messages. Inputs: mailbox configuration, filter id |
FilterAdd - create/update filter used to prove a subset of messages from a mailbox |
MessageSaveAttachments - extract attachments from message and optionally store Inputs: message payload, attachment id, storage expiry |
MailboxCreate - provision ses receipt rules to save in S3 bucket (key = address/inbox) |
Provide common lambda functions to support deploying mstor in AWS serverless architecture
The text was updated successfully, but these errors were encountered: