Serverless Sentiment Sites

David (drbh) Holtz
4 min readDec 16, 2018

TLDR;

Using Lambda, Comprehend, Dynamo, and S3 we can build an end-to-end news aggregator, sentiment analysis and statically generated website.

A proof of concept site shown below:

ignore the almost dead phone

Dev Stack Rational

Major benefits of a serverless architecture:

  • Scaleable
  • Fully Managed

--

--