Use Events internally and APIs externally
How to integrate your AWS event-based system with external/legacy systems using RESTful APIs
A collection of 29 posts
How to integrate your AWS event-based system with external/legacy systems using RESTful APIs
Easy and practical example that shows when to use choreography and orchestration as modes of interaction in a microservices architecture, running on AWS Serverless
This post is about deploying a Highly Available Ghost CMS using DevOps practices on AWS - its both a deep-dive into the different AWS DevOps services, and a tutorial to follow to get a working, highly available Ghost blog running on AWS ECS deployed through a CI/CD pipeline.
This is more of a note to my future self. I was working on an wiki, hosted on MkDocs [https://www.mkdocs.org/], that you contribute via making changes and pushing to GitLab.
Lets say you building something in AWS. A typical architecture - perhaps a 3-tier web-app: Load-balancer, app, and database. Maybe you want to use a container platform to run the app, so you
tldr It shouldn’t be synchronous I’ve written about microservices [http://hacksaw.co.za/blog/architecture-predicts-devops-success/] before [http://hacksaw.co.za/blog/api-microservices-esb/], based on the work I did with the MAD-API