Back to projects
Aug 02, 2026
1 min read

Daily Task Logger

A Slack bot that lets users log work with simple commands and generate a daily report at the end of the day.

Create a handy bot on Slack. Users can run commands to log their work, such as:

/work cleaned up AMI backups
/work fixed a bug

This logs the work throughout the day, and at the end of the day the user can run:

/today

to get a daily report that helps track tasks more easily.

The solution was built using AWS Lambda, GitLab, and a Slack bot to keep the workflow simple and reliable.