Course Information
Course Overview
Create AWS lambda function using C# easy
Hello and welcome to this course. This course is about AWS Lambda function in C#. So now, for sure, you are wondering what Lambda Functions is and how you can use them. Let me please explain.
AWS (Amazon Web Services) is the leading cloud provider in the world. It offers more services than any other competitors do and many of these services are connected and easy to use. As the rise of the serverless architecture, the Lambda Functions provide a good point to create a service that can be called and run when needed and execute a certain command. Instead of having to allocate servers for a certain events, Lambda can handle multiple request upon a certain limit instead of adding servers to it.
Lambda functions are easy to create via Visual Studio. Moreover, the people in AWS have a good support for it. You will find it easy to create a certain lambda project and uploading it to the cloud. Also, you only pay for what you use not for hosting. So if you use your function for 200 millisecond (That’s right pricing is per millisecond so cheap!) you will only pay for this amount of time no more.
Lambda function can be exposed from inside AWS different services such as S3, DynamoDB. In addition, you can connect to it via any .NET application (Console, ASP.NET, etc.). Integration is easy and you will need only to provide your API keys and set the region. You are all set to go to connect to your function and do whatever operation needed for it.
Using C#, you will find it much easier to handle AWS Lambda Functions instead of trying to achieve the same result using other languages. And the NuGet packages for AWS SDK will expose many of the needed functionality for your Lambda Function.
This course will cover all the needed steps for you, starting from creating the project until unit testing. We will walk you through the needed steps to make sure that you can create a successful AWS Lambda Function in C#.
Course Content
- 9 section(s)
- 16 lecture(s)
- Section 1 Introduction to this course
- Section 2 AWS Lambda Projects
- Section 3 AWS Lambda Function Handler
- Section 4 AWS Lambda Context and Logging
- Section 5 Error Handling
- Section 6 Connecting to AWS Lambda
- Section 7 Working with DynamoDB
- Section 8 Triggers with Lambda Functions
- Section 9 Unit Testing
What You’ll Learn
- Build AWS Lambda in C#, Can create asynchronous and synchronous Lambda Services
Skills covered in this course
Reviews
-
JJuan Esteban Giraldo Gómez
The pronunciation could be better. Also, some topics are not explained completely. The last video related to Unit Testing was poor and pretty dissapointed. In general the course is helpful but It could be better.
-
VValmir Cinquini
This course does not go very deep. In fact sometimes you need to have a certain knowledge of other AWS products like S3, Dynamo, etc in order to catch up what's being taught. Very bad diction, captions contains lots of errors. Impossible to follow for people which English is not the first language. Sometimes the instructor seems to have given a knot on his tongue. Chapter 16 stops suddenly. Terrible! A cheap course.
-
PPrashant
You can add lots of scenarios like multiple unit test, upload lambda function in S3 and create lambda function using s3 bucket etc.
-
JJorge Butron
We loose precious time uploading the lambdas on the videos.