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 to lower costs by automatically deleting and recreating HSMs

By Dustin Ward

Amazon Web Services FeedHow to lower costs by automatically deleting and recreating HSMs You can use AWS CloudHSM to help manage your encryption keys on FIPS 140-2 Level 3 validated hardware security modules (HSMs). AWS recommends running a high-availability production architecture with at least two CloudHSM HSMs in different Availability Zones. Although many workloads must…

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…