Enable remote work faster with new Windows Virtual Desktop capabilities

By Dustin Ward

In the past few months, there has been a dramatic and rapid shift in the speed at which organizations of all sizes have enabled remote work amidst the global health crisis. Companies examining priorities and shifting resources with agility can help their employees stay connected from new locations and devices, allowing for business continuity essential…

Serverless File Uploads using S3 and Lambda

By Dustin Ward

The serverless approach allows your application to use a presigned URL and upload directly to Amazon S3. This offloads all the bandwidth and compute requirements away from your application, and instead relies on the massive scalability of S3. This walkthrough shows how to implement an uploading solution for a broader application. You can use this…

The S3-to-Lambda Serverless Design Pattern

By Dustin Ward

The S3-to-Lambda serverless design pattern can become a flexible core for your serverless applications. In this pattern, you configure S3 to notify Lambda when events happen, to run your custom code. This video shows how this works in detail, reviewing the characteristics of both services, and how to use the integration for building highly scalable…