Send and monitor email campaigns the cost efficient way.
- Create and store recipient lists
- Compile and send email campaigns
An installed serverless of version 0.5.2 or higher is required to run MoonMail API.
Initialize the Serverless project: sls project init Create all the needed resources in your AWS account:
sls resources deploy
Deploy all the Lambda functions:
sls function deploy
Deploy MoonMail events:
sls event deploy
Create the API Gateway endpoints:
sls endpoint deploy
- serverless is the application framework for building web, mobile and IoT applications exclusively on Amazon Web Services' Lambda and API Gateway.