Further reading
Since this chapter just put into practice concepts explained in other chapters (mainly Chapter 5 and Chapter 11), here we will include just a few links on how to use API gateways and further information on the MediateR library, which was mentioned in the example:
- Ocelot GitHub repository: https://github.com/ThreeMammals/Ocelot
- How to implement your API gateway with Ocelot: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot
- Azure API Management: https://azure.microsoft.com/en-us/services/api-management/#overview
- Azure App Service: https://azure.microsoft.com/en-us/services/app-service/
- More information on MediatR can be found on MediatR’s GitHub repository: https://github.com/jbogard/MediatR