In this Part #2 of blog I will be creating a new .NET Core function in local machine and will upload to AWS using console interface. There are different ways you can develop and deploy but I will be talking in this blog only about the CLI way. I am assuming you know how to create a Lambda function in AWS console already and if not, please read the Part #1 first. Open the Command prompt and follow below steps: Step 1: Install Lambda Templates for .NET Core dotnet new -i Amazon.Lambda.Templates Step 2: Create an empty function dotnet new…
-
-
This blog explains how you can create an AWS Lambda function with .NET Core / C# as runtime. Step 1 – Create function Step 1.1 – Login to your AWS account, and select “Lambda from the services” Step 1.2 – Click “Create Function” Step 1.3 – Choose “Author From scratch” There are advanced templates available, but I am keeping those out of the scope of this article. Now fill, Function name Runtime, our case .NET Core (I am choosing the version .NET Core 3.1, which is the latest version when writing this article) Click “Create function” Usually it will take…
-
This script works on Azure SQL Database also.
-
This video is about a beginner’s tutorial on creating a basic AWS Lambda function with Node.js as runtime, and also create a public HTTP endpoint.
-
Below example converts rows to columns using UNPIVOT clause. Assuming you have a table like this: And you want to convert like this: Use the query: You can also apply WHERE clause like this: Result:
-
Free and Earn Badges URL: https://cognitiveclass.ai/
-
This write up is a result of my thoughts on how people learn new things. An analysis between those who learn – ‘from the basics’, and those who learn – ‘as and when required’. Read the full article on LinkedIn – https://www.linkedin.com/pulse/learning-tale-two-common-approaches-praveen-nair/
-
I was using mostly Python to experiment AI/ML until recently but now it is time to find ways to improve the performance by making use of all the possible resources such as GPU, and including experimental change of language to C++. Here is the sample code I ported from simple Python face detection (not recognition) Hello-World program, and thought to bookmark for future. This uses Haar Cascade machine learning algorithm and you can read more about it here. Definitely, compared to Python code I feel there is some improvement in the performance, which I will publish the benchmarks later in…
-
Here is the format expected: 2020-01-26T00:00:00.00Z. This post is a bookmark for beginners.
-
This video is an attempt to explain how you can learn word pronunciation using Google’s define and pronounce keyword features. Subscribe my new video channel