Tried the follow code,but output is not coming.
import boto3 import sys from datetime import datetime, timedelta
def lambda_handler(event, context):
<