This is simple AWS Lambda project to study AWS Lambda with C# Language. AWS Lambda is a service which computes the code without any server.It is aslo said to be serverless compute.
Step 1:- Open your Visual Studio and follow the steps to create new project. Click on File -> New -> Project. Step 2:- Then you need to select AWS Lambda for Visual C#. Select AWS Lambda Project (.NET Core).
You can change the name if required or you can also keep the default name. Click OK to continue.
Then in next you have to select a Blueprint. Select Empty function for this example and click Finish. So in this way we have created simple AWS Lambda Project.