Restructure and improved logs and audit
Restructure mainly queues to separate consumer from producer, because consumer is a service, but service must be able to produce, which caused cyclic dependencies. Now audit and logs can use a producer to send SQS events, and service can use logs and audits.
Related to #13 (closed)