lucaronca / whatsnew

Golang lambda project to generate, maintain rss feed and sync it to S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whatsnew

Golang lambda project to generate, maintain rss feed and sync it to S3
Synched Rss feed can then be used to automate push notifications throught bot services like ifttt or automate.io

Project structure

Project_structure

build

make build

deploy

sls deploy

run locally

Generator function can be ran locally:

make run-generator-local

Remember to create a "tmp" folder with correct file to simultate the S3 object fetching if you run the "generator" function

run tests

go test ./...

About

Golang lambda project to generate, maintain rss feed and sync it to S3


Languages

Language:Go 96.2%Language:Makefile 2.7%Language:Shell 1.2%