-3

I have a requirement where in i have to pass a csv file from POST method and receive it from Lambda and push it to S3.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
  • 3
    And what do you expect as an answer? That someone will code it for you? (this is not a free code service) Or do you have a specific problem with it? There are plenty of examples if you search a little. [How to ask](https://stackoverflow.com/help/how-to-ask) – gusto2 Aug 14 '18 at 10:43
  • Have you considered uploading directly from the browser to Amazon S3 instead? – John Rotenstein Aug 14 '18 at 11:33

1 Answers1

0

There are other posts on here which deal with dumping a file to an S3 bucket from an AWS Lambda function. Usually with boto3. For example Writing a file to S3 using Lambda in Python with AWS

Gingmeister
  • 272
  • 3
  • 11