lambda_convert_to_csv
v1.2.3
Published
Amazon S3 file converter (xlsx to csv)
Readme
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 testUpdate AWS Lambda
$ npm version patch
$ npm run publish