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 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 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.
Develop and test before exporting it to AWS Lambda:
npm run dev
npm run export