-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.

2
  • 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 Commented Aug 14, 2018 at 10:43
  • Have you considered uploading directly from the browser to Amazon S3 instead? Commented Aug 14, 2018 at 11:33

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.