Bartek pointed out that SOPS was overkill for self-hosting. Additionally, several configuration options required the user to make terraform changes.
In this diff, I introduce the usage of terraform variables to
- configure mariadb username/password that was previously configured through sops
- configure the aws region, subnets, and user ip
Depends on D12323
This approach seems to be overly complicated. Can't we just write a function that receives messageID, threadID and reaction? This function can be named after an action that is performed, so react or sendReaction.