How to receive file data on binary with Lambda Power Tools?
I want to upload a file to S3 with the put_object method of Boto3, I want to receive the file via an http request with the binary body of the file.
I want to upload a file to S3 with the put_object method of Boto3, I want to receive the file via an http request with the binary body of the file.