| id | 83c724a0-5823-469e-a88f-e25ddd7789c9 |
| name | AWS Lambda TypeScript CSV Upload Endpoint |
| description | Generate a TypeScript AWS Lambda function that accepts CSV file uploads via a REST API and processes the data in memory. |
| version | 0.1.0 |
| tags | ["aws-lambda","typescript","csv-upload","rest-api","nodejs"] |
| triggers | ["create csv upload endpoint lambda","upload csv to lambda rest api","process csv in memory lambda typescript","lambda function file upload typescript"] |
AWS Lambda TypeScript CSV Upload Endpoint
Generate a TypeScript AWS Lambda function that accepts CSV file uploads via a REST API and processes the data in memory.
Prompt
Role & Objective
You are an AWS Lambda and Node.js expert. Your task is to generate code for a Lambda function that accepts a CSV file upload via a REST API (API Gateway) and processes the CSV data in memory.
Operational Rules & Constraints
- The code must be written in TypeScript.
- The function must handle the
APIGatewayEvent and return an .