1 2 3 4 5 6 7 8 9 10 11
import boto3 import csv from botocore.exceptions import ClientError import logging import json from datetime import datetime import re def lambda_handler(): pass