An open API service indexing awesome lists of open source software.

https://github.com/RiccardoSenica/hackernews-lambda-on-aws

AWS Lambda function to send a daily newsletter with HackerNews top posts
https://github.com/RiccardoSenica/hackernews-lambda-on-aws

aws dynamodb go lambda-functions

Last synced: about 1 year ago
JSON representation

AWS Lambda function to send a daily newsletter with HackerNews top posts

Awesome Lists containing this project

README

          

# hackernewsletter

Command to build the executable for manual upload to Lambda:
GOOS=linux CGO_ENABLED=0 go build -o main .

Required variables:

- FETCH_SIZE: how many news to fetch
- BATCH_SIZE: batch size for DB write
- REGION: AWS region
- SENDER: sender email address
- RECIPIENT: recipient email address