This is a Lambda function that serves as a mail forwarder for the Hikemail application.
The hikemail-mail-forwarder Lambda function is designed to receive incoming emails and forward them to the appropriate recipients based on predefined rules. It integrates with the Hikemail application to provide seamless email forwarding functionality.
Before deploying and using this Lambda function, make sure you have the following:
- An AWS account
- AWS CLI configured with appropriate credentials
- Hikemail application set up and configured
- .env file filled out
To develop the Lambda functions, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/hikemail-lambda.git - Navigate to the project directory:
cd hikemail-mail-forwarder - Install dependencies:
make dependencies - Deploy the Lambda function to AWS:
make push