I have an AWS lambda function with downloads an image from s3 converted it to a byte array and return it. Here is the code I have:
import json import os impor