I have two S3 buckets (source and destination) and the following Lambda function in Python 3.8:
import json import boto3 # boto3 S3 initialization s3_client = bo