Lambda function example

Job ID: 33165853

Budget: $10 – $30 USD

I am needing to know what this Lambda function should look like:

The goal for the Lambda function is to take a file from the S3 bucket, which is in HTML and convert this file into CSV. Furthermore, the file should then be sent to be stored in another S3 bucket.

The Lambda function should:

1. Read the HTLM file from S3
2. Convert the HTML file to CSV
3. Send the CSV file to another S3 bucket

I just need an example and I can fill in any sensitive information.
Related categories: Python Aws Lambda Amazon S3