- Launch Visual Studio and create a new project. Under the Visual C# templates, you will see a new type called AWS Lambda. Click on the AWS Lambda Project (.NET Core) template. That's right, these are .NET Core apps.
- The next screen will allow us to select a blueprint. For our purposes, we will just select a Simple S3 Function blueprint that responds to S3 event notifications.
- The function is created and your Solution Explorer in Visual Studio will look as follows.
- The code that is added to the Function.cs file is simply ...