ejbogantes / aws-lambda-mailchimp-service

Serverless service for subscribe to a Mailchimp mailing with a API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Lambda service for Mailchimp subscription

Description

this is a little serverless service to subscribe an email to a mailchimp mailing list with AWS Lambda.

Required

Test locally

  1. Install the packages by running npm install
  2. create a local config.yml by copiing the config.yml.exemple and replacing the variable in it.
  3. Add you testing email the the mocks/subscibe.json files.
  4. Run the commande serverless invoke local --function subscribe --path mocks/subscribe.json. You should be subscribe to the mailing list you specified in the config.yml file.

About

Serverless service for subscribe to a Mailchimp mailing with a API.

License:MIT License


Languages

Language:JavaScript 100.0%