The journey of creating a serverless service to scrape contents from a web page

Spencer Feng
5 min readApr 30, 2022

In this article, I will share my experience of using Serverless Framework to build a service to extract the HTML content of a web page and store it in an S3 bucket. This article covers the tech stack, unit tests and CI/CD.

It is a very simple serverless service that I use as an opportunity to experiment with some ideas which I…

--

--