This project is created with Amazon CDK that uses the following AWS Services
- API Gateway
- Lambda Function
- s3
The purpose of this API is to accept an HTTP POST request and convert an array of arrays and create a CSV file. Save that CSV file to s3, generate a link to the file and return it in the response body.
The s3 bucket was configured for the following:
- The file will only be available for 30 minutes
- The file is deleted in a 30-day period to save space.