Building a Pulse Oximetry tracker using AWS Amplify and AWS serverless

By Dustin Ward

Amazon Web Services FeedBuilding a Pulse Oximetry tracker using AWS Amplify and AWS serverless This guide demonstrates an example solution for collecting, tracking, and sharing pulse oximetry data for multiple users. It’s built using AWS serverless technologies, enabling reliable scalability and security. The frontend application is written in VueJS and uses the Amplify Framework. It…

Choreography vs Orchestration in the land of serverless

By Dustin Ward

Amazon Web Services FeedChoreography vs Orchestration in the land of serverless Choreography and Orchestration are two modes of interaction in a microservices architecture. In orchestration, there is a controller (the ‘orchestrator’) that controls the interaction between services. It dictates the control flow of the business logic and is responsible for making sure that everything happens…