In this section, we will look at the architecture and requirements of building a serverless microservice. The rest of the chapter is heavily hands-on in terms of configuration in the AWS Management Console, but also Python code. The Python code follows basic design patterns and is kept simple, so that you can understand and easily adapt it for your own use cases.
Building a serverless microservice data API
Serverless microservice data API requirements
We want to create a microservice that is able to serve a web visits count, for a specific event, of the total users browsing your website.