Microservices
Checklist
- Metrics
- Logging - use a structured logging library, allowing data to be standardized and consumed in various pipelines
- Audit Trail
- Unit tests for core workflows
- Integration tests for core workflows
The Smaller Details
- Add linter
- Store UUID as integer if possible (rather than a string)