Hacker News new | ask | show | jobs
by hartror 2394 days ago
I've not come across the term JAMstack before, why doesn't this make sense for using with AWS as the author suggests?
1 comments

AWS is best for big projects with lots of data processing in different ways that need scale, that's what all the features are for. JAMstack usually implies a simple text API which you could use on AWS AppSync for example but there are much simpler horizontal alternatives since a tiny websocket server can handle many 100,000s of users.