Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasgriffintn/serverless-email-inbox
This is a serverless email inbox that uses AWS Lambda and SES
https://github.com/nicholasgriffintn/serverless-email-inbox
aws email-receiver lambda serverless ses
Last synced: about 1 month ago
JSON representation
This is a serverless email inbox that uses AWS Lambda and SES
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/serverless-email-inbox
- Owner: nicholasgriffintn
- Created: 2021-08-29T16:32:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T21:01:35.000Z (over 2 years ago)
- Last Synced: 2024-04-22T05:10:37.147Z (7 months ago)
- Topics: aws, email-receiver, lambda, serverless, ses
- Language: JavaScript
- Homepage: https://nicholasgriffin.dev/blog/cf3c4661-f676-4028-879b-f2686852b82b
- Size: 676 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal email inbox
This is my personal email inbox for my development projects, it's not your usual email inbox though.
For this inbox, we are going to take emails from S3 that SES has stored in our bucket and then process the found email.
During our processing, we are going to attempt to categorise the email, generate JSON from our parsed contents and then store that JSON within a folder that's specific to that category within the same bucket.
We can then target these folders individually from additional Lambdas for the specific tasks that we want to do.
You can find out more about this service on my blog here:
https://nicholasgriffin.dev/blog/cf3c4661-f676-4028-879b-f2686852b82b