How we built a Service Skeleton instead of a framework

1 · Walmart Labs · July 8, 2020, 4:22 p.m.
Summary
Photo Credit: pixabayTable of ContentsIntroductionBuilding the Skeleton- HTTP Endpoints- Swagger- Prometheus & Grafana- Logging- CICD IntegrationConclusionIntroductionCustom frameworks are built and used in many organizations to make life easier for engineers. Any such framework is supposed to deliver a bundle of necessary features that we expect in every application, or as the organization demands, to make it standardized and reliable. This can range from specific logging format, using or restr...