Search looks simple on the surface. You type a word, press Enter, and results appear. But once you start building real-world products, you quickly realize that search is far more than a database query — it’s a direct reflection of how thoughtfully an...

Description In this article we will be going through the steps of packaging our Lambda function Node.js code and dependencies into a container image. For illustration purposes we will be using Lodash library as our dependency for our Lambda function ...
