Relative Content

Tag Archive for pythonamazon-web-serviceslambda

error lambda aws function processing images to save to S3

I am having an error that I can’t solve when sending an image through postman to an api that I have created in AWS, I process the request in a lambda function and to read the content of the image I decode it in base64 to later save it in a bucket of s3 with the following code: