Skip to content

Simple code for extracting data from excel sheet and Ingest into AWS S3 bucket

Notifications You must be signed in to change notification settings

ks-avinash/aws-lambda-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-function

This code will do the following Data Ingestion steps

  • Download the excel file from the link
  • Read the specified sheet from the excel
  • convert the rows into list of dictionary
  • finally it store the data into AWS S3 bucket(JSON format)

This process also bundled as aws lambda function(Python Lambda Deployment)

You can upload the above zip(included in code) file to S3(size >10MB).

By using zip file you can create a Hassle-Free Python Lambda Deployment function.

You can refer this Link Hassle-Free Python Lambda Deployment. for detailed explanation.

For configuring the AWS CLI refer this link aws-cli

About

Simple code for extracting data from excel sheet and Ingest into AWS S3 bucket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages