Skip to content

Instantly share code, notes, and snippets.

View vamsi243's full-sized avatar

sai vamsi vamsi243

  • 06:16 (UTC -12:00)
View GitHub Profile
@vamsi243
vamsi243 / handler.py
Created April 19, 2022 08:37 — 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'