Skip to content

Instantly share code, notes, and snippets.

@tluv2006
tluv2006 / handler.py
Created May 25, 2023 17:58 — forked from djg07/handler.py
Handler
#Talk python to me
import json
import boto3
s3 = boto3.client('s3')
def lambda_handler(event, context):
bucket = 'aws-simplified-transactions'
key = 'transactions.json'