首页 > 解决方案 > How to Use Requests With Presigned URL Passed to Lambda Function

问题描述

I have an API where a presigned URL is passed to a Lambda function to upload the file into a S3 bucket. I have seen a lot of examples where Lambda is used to generate presigned URLs but not how to ingest them.

I attempted using the requests module but it is not currently working. Does anyone have an idea and example code of how I can use this presigned URL to write to S3? Thanks

标签: amazon-s3aws-lambdapython-requestspre-signed-url

解决方案


推荐阅读