kennygrant / gohackernews

Golang News - curated links about the Go programming language
https://golangnews.com
MIT License
282 stars 42 forks source link

serverless #41

Closed pjebs closed 3 years ago

pjebs commented 3 years ago

Is this project easy to run on a serverless environment such as aws lambda?

kennygrant commented 3 years ago

Not at present no. It is designed to be run as a process on a single VM. To run on serverless you'd want to atomise the functions so it would be a substantial rewrite at little gain.