Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 645 Bytes

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 ./...