I have set up an AWS architecture where:
AWS Lambda generates a presigned URL for an S3 bucket.
The Lambda function is connected to AWS AppSync, which returns the presigned URL to the client.
I can successfully download files using the generated presigned URL.
Now, my question is:
Can I use the generated presigned URL to upload an image (or any file) directly to S3?
If yes, how can I upload the file using the presigned URL in the APPSYNC is that possible to upload through APPSYNC
I want to confirm if the presigned URL allows both download and upload operations when generated via AppSync.
Any guidance or examples would be greatly appreciated!
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744716200a4589633.html
评论列表(0条)