Amazon web services – AWS S3 pre-signed URLs with custom policy
I have a Lambda function which handles image upload to S3 and I would like to use the same Lambda function to return pre-signed URLs with only the GET permission. However, according to AWS documentation pre-signed URLs have the same…