This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-07-30 15:15:08 +02:00
2022-07-24 09:00:40 +00:00
2022-07-30 13:35:14 +02:00
2022-07-30 13:35:14 +02:00
2022-07-30 13:35:14 +02:00
2022-07-30 13:35:14 +02:00
2022-07-24 09:00:40 +00:00
2022-07-24 20:56:14 +02:00
2022-07-24 20:56:14 +02:00
2022-07-10 18:36:58 +02:00
2022-07-16 16:37:07 +02:00
2022-07-25 19:05:37 +02:00

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
Description
AWS Lambda function to send a daily newsletter with HackerNews top posts
Readme MIT 65 KiB
Languages
Go 88.8%
Dockerfile 11.2%