Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ks-avinash/aws-lambda-function
Simple code for extracting data from excel sheet and Ingest into AWS S3 bucket
https://github.com/ks-avinash/aws-lambda-function
aws-lambda aws-s3 python3
Last synced: 20 days ago
JSON representation
Simple code for extracting data from excel sheet and Ingest into AWS S3 bucket
- Host: GitHub
- URL: https://github.com/ks-avinash/aws-lambda-function
- Owner: ks-avinash
- Created: 2018-09-02T09:52:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T14:11:31.000Z (over 6 years ago)
- Last Synced: 2024-10-17T02:28:03.841Z (2 months ago)
- Topics: aws-lambda, aws-s3, python3
- Language: Python
- Homepage:
- Size: 60.7 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://joarleymoraes.com/hassle-free-python-lambda-deployment/). for detailed explanation.
For configuring the AWS CLI refer this link [aws-cli](https://github.com/aws/aws-cli)