Modeling business logic flows in serverless applications

By Dustin Ward

Amazon Web Services FeedModeling business logic flows in serverless applications Serverless applications can help you develop more agile applications that can scale automatically. By using serverless services in your architecture, this reduces the amount of boilerplate code. It also helps offload complex tasks to specialized services. As a result, a well-designed serverless application can be…

How SF Medic Provides Real-Time Clinical Decision Support Using AWS Machine Learning Services

By Dustin Ward

Amazon Web Services FeedHow SF Medic Provides Real-Time Clinical Decision Support Using AWS Machine Learning Services By Kabir Chandhoke, Chief Operating Officer at SourceFuseBy Vaidant Singh, Marketing Director at SourceFuse The healthcare industry is experiencing a global shortage of doctors, nurses, and other healthcare professionals. The World Health Organization (WHO) notes that more than 45…

AppSync: how to inject table names into DynamoDB batch & transact operations

By Dustin Ward

Amazon Web Services FeedAppSync: how to inject table names into DynamoDB batch & transact operations When working with CloudFormation, AWS recommends not to give explicit names to resources and let CloudFormation name them for you. This has several advantages: It’s harder for attackers to guess resource names such as S3 buckets or DynamoDB tables. You…

How to use AWS Certificate Manager with AWS CloudFormation

By Dustin Ward

Amazon Web Services FeedHow to use AWS Certificate Manager with AWS CloudFormation Last month, Amazon Web Services (AWS) introduced the ability to automate issuing and validating public and private certificates using AWS CloudFormation. To make this easier, AWS has introduced three new features that let you: Automate the steps to validate your domain with DNS…