Virtual Private Cloud – A Guide

By Dustin Ward

AWS FeedVirtual Private Cloud – A Guide Virtual Private Cloud gives the users a private environment suitable for cloud computing that is contained within a public cloud. To be precise, it is a completely isolated cloud that is hosted within a public cloud. A virtual private cloud can be used for storing data, running codes, hosting…

Build real-time feature toggles with Amazon DynamoDB Streams and Amazon API Gateway WebSocket APIs

By Dustin Ward

AWS FeedBuild real-time feature toggles with Amazon DynamoDB Streams and Amazon API Gateway WebSocket APIs Feature toggles (or feature flags) are a software development technique allowing developers to programmatically enable or disable features of an application. In practice, feature toggles control a system’s behavior by controlling conditional statements in the application code. Feature toggles have…