I have a lot of open source projects that could use some documentation improvements or better tests. These are great for folks that are new to open source and I am happy to mentor folks through the PR process.
An AWS Lambda function that runs on a CRON schedule to grab content from a Google Sheet and generate a new MailChimp campaign. Read the detailed blog post here -> https://dev.to/kylegalbraith/automating-my-newsletter-generation-with-mailchimp-google-sheets-and-aws-lambda-1n11
newsletter-automation
An AWS Lambda function that runs on a CRON schedule to grab content from a Google Sheet and generate a new MailChimp campaign.
Getting Started
You must create a g-auth.json file and add it to the src of this project next to serverless.yml. Instructions on how to create this authentication file for Google Sheets can be found here.
Update serverless.yml with the appropriate environment variables.
I have a lot of open source projects that could use some documentation improvements or better tests. These are great for folks that are new to open source and I am happy to mentor folks through the PR process.
An example is this repository...
An AWS Lambda function that runs on a CRON schedule to grab content from a Google Sheet and generate a new MailChimp campaign. Read the detailed blog post here -> https://dev.to/kylegalbraith/automating-my-newsletter-generation-with-mailchimp-google-sheets-and-aws-lambda-1n11
newsletter-automation
An AWS Lambda function that runs on a CRON schedule to grab content from a Google Sheet and generate a new MailChimp campaign.
Getting Started
g-auth.jsonfile and add it to the src of this project next toserverless.yml. Instructions on how to create this authentication file for Google Sheets can be found here.serverless.ymlwith the appropriate environment variables.npm installfrom the command line.serverless deployfrom the command line.