PreviousNext

Life of a C# Developer: How to build and test an AWS Lambda locally

by bill-s, 2018-05-29T02:46:47.273Z

Given that, I decided to share my developer experience building, testing and deploying AWS Lambda functions in the .NET world. Not a “Hello World” example, but rather a real-world scenario, where some services integrate with each other. Since a Serverless function is a tiny piece of code in a much larger process, how can I test the flow on my development machine?

Read More