APIs

a woman with green hair looking at the camera

How to do Lambda-Proxy Integrations

Reading Time: 4 minutes Hello Readers!! We are again back with a new topic. In this blog, we will see how to do lambda-proxy integrations. Before this, we will see what is lambda-proxy integrations and why we need them.  What are lambda-proxy integrations? AWS Lambda-proxy integration is a type of integration for Amazon API Gateway that allows a single AWS Lambda function to handle multiple HTTP requests and routes. Continue Reading

Apache Spark’s Developers Friendly Structured APIs: Dataframe and Datasets

Reading Time: 3 minutes This is the second part of the blog series on Spark‘s structured APIs Dataframe & Datasets. In the first part we covered Dataframe and I recommend you go read that blog first if you are new to spark. In this blog we’ll cover the Spark Datasets API, so let’s get started. The Datasets API Datasets are also the combination of two characteristics: typed and untyped Continue Reading