Demo of creating an AWS Lambda Function

Nidhi
3 min readFeb 27, 2021

In this blog, we will run a Demo of creating an AWS Lambda Function which will convert a csv file into a json file.

Prerequisite

  1. Clone this git repo
  2. Refer this blog for basic understanding of AWS Lambda

--

--