Temidayo Omoniyi takes us through an example of creating a microservice:
Today’s architecture is serverless intensive, with multiple microservices performing a particular task. Industries are beginning to move away from traditional monolithic applications, which have a single large codebase infrastructure handling everything, to an easier microservice approach.
Click through for a primer on serverless architecture, microservices, and how to create a simple Python app that acts as a microservice.