how to upload images to s3 aws from api
I´m receiving a image through an API (binary type) in a lambda function. So to upload the image to the S3 I have read that I have to decode the image so this is the code:
I´m receiving a image through an API (binary type) in a lambda function. So to upload the image to the S3 I have read that I have to decode the image so this is the code: