SlideShare a Scribd company logo
AWS Lambda : Label Images uploaded to S3 using Rekognition
1. Create IAM Role : Allow access to CloudWatch, S3, Rekognition
2. Create an SNS Topic and add subcriber using your email address. Check
your email and confirm the subscription.
3. Create Lambda Function and upload the code. Use Template : Python
Rekognition or use the following code :
https://gist.github.com/albertsuwandhi/da8c38c8f65b4c5f17d950155b
1c09ca
4. For the Lambda Function assign the role we created in step 1 above.
5. Create a S3 Bucket and add Event Trigger, select the lambda function we
created above.
6. We can see it the Lambda Designer : S3 Event has been added as the trigger
for the Lambda Function
7. Upload a picture (JPG) and check your emails for notification

More Related Content

More from Albert Suwandhi (10)

PDF
Intro - Cloud Native
Albert Suwandhi
 
PDF
IoT Intro and Demo
Albert Suwandhi
 
PDF
Introduction to AWS (Amazon Web Services)
Albert Suwandhi
 
PDF
Intro to Network Automation
Albert Suwandhi
 
PDF
AWS UG Indonesia Meetup - AWS IoT Core
Albert Suwandhi
 
PDF
Lab - AWS Cross Account Access
Albert Suwandhi
 
PDF
Lab - Automatic Deployment Using AWS CodePipeline to EC2
Albert Suwandhi
 
PDF
Cloud Study Jam - 2019
Albert Suwandhi
 
PDF
Road to RIoT 2017 Medan
Albert Suwandhi
 
PDF
Docker Mentor Week 2016 - Medan
Albert Suwandhi
 
Intro - Cloud Native
Albert Suwandhi
 
IoT Intro and Demo
Albert Suwandhi
 
Introduction to AWS (Amazon Web Services)
Albert Suwandhi
 
Intro to Network Automation
Albert Suwandhi
 
AWS UG Indonesia Meetup - AWS IoT Core
Albert Suwandhi
 
Lab - AWS Cross Account Access
Albert Suwandhi
 
Lab - Automatic Deployment Using AWS CodePipeline to EC2
Albert Suwandhi
 
Cloud Study Jam - 2019
Albert Suwandhi
 
Road to RIoT 2017 Medan
Albert Suwandhi
 
Docker Mentor Week 2016 - Medan
Albert Suwandhi
 

Recently uploaded (20)

PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Ad

Lab - AWS Lambda Rekognition

  • 1. AWS Lambda : Label Images uploaded to S3 using Rekognition 1. Create IAM Role : Allow access to CloudWatch, S3, Rekognition 2. Create an SNS Topic and add subcriber using your email address. Check your email and confirm the subscription. 3. Create Lambda Function and upload the code. Use Template : Python Rekognition or use the following code : https://gist.github.com/albertsuwandhi/da8c38c8f65b4c5f17d950155b 1c09ca 4. For the Lambda Function assign the role we created in step 1 above.
  • 2. 5. Create a S3 Bucket and add Event Trigger, select the lambda function we created above. 6. We can see it the Lambda Designer : S3 Event has been added as the trigger for the Lambda Function
  • 3. 7. Upload a picture (JPG) and check your emails for notification