Build Windows Service to Constantly Process AWS SQS using Topshelf

In this post, I want to share how to create a Windows service using Topshelf to consume AWS SQS constantly. This will cover several interesting topics: This will cover several interesting topics: Create Windows service using Topshelf Consume AWS SQS Keep Windows service running constantly AWS SQS Long pooling Create a Windows service using Topshelf Anyone who … Continue reading Build Windows Service to Constantly Process AWS SQS using Topshelf

Get started with AWS Lambda in C# and Visual Studio

This post is about how to set up the process for developing, testing and deploying AWS C# Lambda function. Thanks to AWS Toolkit for Visual Studio, It is fairly easy for .Net developers to develop, debug, and deploy .NET applications using AWS. And the support for C# Lambda is included in this toolkit. Setup development … Continue reading Get started with AWS Lambda in C# and Visual Studio