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
make build
sls deploy
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
go test ./...