npm.io
1.2.3 • Published 8 years ago

lambda_convert_to_csv

Licence
ISC
Version
1.2.3
Deps
1
Vulns
0
Weekly
0

lambda_convert_to_csv

Amazon S3 file converter (xlsx to csv)

Description

Lambda function that reads an .xlsx file from S3, creates a .csv copy of the file within S3, then archives the .xlsx file.

Testing

$ npm run test

Update AWS Lambda

$ npm version patch
$ npm run publish