Skip to content

bsshin71/awsutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradually, I will add a various utility programs that can use on AWS

aws-athena-src

athena query runner. After reading and executing the sql statement in the config file, the result is saved in the DB.

aws-glue-src

It is a glue etl job source that converts the json format file stored in s3 into a parquet format file.

cdp-rudderbackend-src

It is a backend api server source that can receive requests from rudderstack api.

dbmon

The dbmon get the mornintoring metrics of AWS RDS DB ( mysql, aurora) periodically and compare it with the threshold value in the configuration file, if the comparion result is abnormal, the dbmon send alert message via telegram

RdsEventNoti

The rdseventNoti is a lambda code which can be called in AWS service, AWS cloud Event can be passed to RdsEventNoti Lambda code, when RdsEventNoti Lambda receives the event from cloudwatch , then it deliver the event received to the telegram. the whole source code is simple and short, but you can subscribe the every event which occurred in RDS DB .

s3load2redshift-src

when the new object is uploaded to s3 bucket , it's event be transfered to AWS SQS this loader program polling the new event from the queue of AWS SQS, and when it receives new event then loader program upload it to redshift with using 'copy from xxx' command

About

various utility program that can use on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published