Creating C# Lambda functions with AWS
On the 1st of December 2016, Amazon announced that C# was now a supported language for AWS Lambda. This is therefore really fresh off the press, so to speak, and developers can experiment with using AWS Lambda in their .NET applications. AWS Lambda allows you to deploy your code to AWS and not have to worry about the machines the code runs on or even worry about the scaling of those machines when demand increases. Your code will just work. This is really great for mobile developers. Up until December, AWS Lambda only supported Node.js, Pythos, and Java. Let's take a look at how to create a Lambda function in Visual Studio 2017 using C#.
Getting ready
You need to ensure that you have downloaded and installed the preview of the AWS Toolkit for Visual Studio 2017. At the time of this writing, the toolkit could be found at this link: https://aws.amazon.com/blogs/developer/preview-of-the-aws-toolkit-for-visual-studio-2017/.
If you are using an earlier version...