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.