Skip to content

Instantly share code, notes, and snippets.

@bhushandeodhar
bhushandeodhar / handler.py
Created July 18, 2023 02:50 — 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'