Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.33 KB

File metadata and controls

35 lines (20 loc) · 1.33 KB

email-forwarder

Email Forwarder forwards emails received from AWS SES to the matching email address on Airtable.

Email Forwarder is written in Node.js running on AWS Lambda.

Amazon SES

Amazon Simple Email Service (Amazon SES) is a cloud-based email sending service designed to help digital marketers and application developers send marketing, notification, and transactional emails.

It also provides capabilities to receive emails and programmatically process them or store them for archival.

Airtable

Airtable is a SaaS product, offering a spreadsheet-database hybrid where the features of a database are applied to a spreadsheet. In a sense, it's more powerful compared to Google Sheets. Airtable offers API and libraries to access and edit the spreadsheets programmatically.

Development

Develop and test before exporting it to AWS Lambda:

npm run dev

Export to AWS Lambda

npm run export

Credits and inspiration

Forwarding Emails to your Inbox Using Amazon SES

Quail