Understanding the serverless AWS microservice architecture
Now that we have thoroughly covered the different languages that can be used to implement our microservice architecture and the pros and cons for each, let's analyze how we can implement a microservice architecture in AWS that fully takes advantage of the many serverless services offered by AWS. We will keep the design high level and will not prescribe a specific language for the implementation. You should be able to transfer the concepts covered and use this design in your project regardless of the programming language that you or your firm favors.
Let's start looking at the design for our serverless microservice application. First, we'll present the high-level architecture and afterward, we'll analyze each individual component or domain independently in detail:
As you can see, the architecture provides services for...