Skip to content

Notification about the latest earthquakes in Japan.

Notifications You must be signed in to change notification settings

reka193/JapanQuake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

JapanQuake

Notification about the latest earthquakes in Japan.

The code is written in Python in form of an AWS Lambda function. After setting up and adding our Telegram Bot Token, a message is sent every time a new earthquake occurs. I used a one-minute CloudWatch Event trigger to run the function.

It is important to grant the necessary permissions for the Lambda execution role to access the DynamoDB:

{"dynamodb:PutItem", "dynamodb:DeleteItem", "dynamodb:GetItem", "dynamodb:Scan"}

About

Notification about the latest earthquakes in Japan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages