Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 573 Bytes

File metadata and controls

18 lines (12 loc) · 573 Bytes

Dhoni on Strike!

This application notifies the end user whenever MS Dhoni is out on the pitch to bat!

Docker

Run the following command to containerize the application

$ docker build -t dhoni_on_strike:golang-v1.0 .

Areas of optimizations

  • Use Amazon SNS for notification instead of Telegram
  • Store the src/checkLiveScore/live_score.json and src/checkSchedule/fixtures.json in an S3 bucket instead of /tmp directory within the image
  • Create Lambda function, Secret, ECR repo using Terraform/AWS SDK
  • Create CI/CD pipeline using GitHub Actions