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.
2
-
3And 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 askgusto2– gusto22018-08-14 10:43:03 +00:00Commented Aug 14, 2018 at 10:43
-
Have you considered uploading directly from the browser to Amazon S3 instead?John Rotenstein– John Rotenstein2018-08-14 11:33:24 +00:00Commented Aug 14, 2018 at 11:33
Add a comment
|
1 Answer
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