AWS(boto3) Rekognition: how to process all images in bucket and return in each JSON file? – Amazon Web Sevices
Below is a example of AWS Rekognition script to run object detection. Was wondering if I can get some help on modifyin it. import json import boto3 def lambda_handler(event, context): client = boto3.client("rekognition") #passing s3 bucket object file reference response…