# Calling one Lambda Function from another with the Lambda .NET SDK Calling one Lambda function from another is something you’ll occasionally need to do. If you are using Lambda function URLs it is a simple HTTP request. But you can also use the AWS Lambda SDK to invoke the other function. This source code accompanies the blog - [Calling one Lambda Function from another with the Lambda .NET SDK](https://nodogmablog.bryanhogan.net/2022/06/calling-one-lambda-function-from-another-with-the-lambda-net-sdk/)