Read JSON file from S3 With AWS Lambda in python with Amazon EventBridge Rule

preview_player
Показать описание
This video is a step-by-step guide on how to configure an EventBridge Rule to trigger a lambda function and read in a JSON file that was uploaded into S3. It also covers how to write a pandas file to read in a JSON file into a Pandas dataframe in python so data transformation could then be prepared on it.
#aws #eventbridge #awsdatawrangler
timeline
00:00 video overview
00:37 Amazon EventBridge configuration
02:19 Lamba configuration
04:14 lambda python code
09:45 end to end test

Useful resources:
Рекомендации по теме
Комментарии
Автор

Great video, thank you. DeltaJSON is really useful for devops working with JSON in AWS, it does compare, merge and graft via API service.

markthomas
Автор

Hi, I am trying to follow along but at 3:18 I only have the CloudWatch Logs option. I cannot select s3, what should I do? Any help would be greatly appreciated!

EagleHunt
Автор

Can we read image from s3 bucket and integrate it with Amazon eventbridge and send it to the lambda function to trigger can any one helpme??

tekkemganesh
Автор

Personal request, do you have an example where the JSON is published onto a Kafka topic ?

georgelza