---
title: "Creating a Simple .NET Lambda Function"
url: https://daily.dev/posts/creating-a-simple-net-lambda-function-0lskfqyhj
source_url: https://nodogmablog.bryanhogan.net/2022/06/creating-a-simple-net-lambda-function
type: article
source: "No Dogma Blog (Bryan Hogan)"
published: 2026-05-31T07:46:40.200Z
updated: 2026-05-31T09:06:29.871Z
tags: ["aws", ".net", "serverless", "c#", "aws-lambda"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Simple .NET Lambda Function

**[No Dogma Blog \(Bryan Hogan\)](https://daily.dev/sources/bryanhogan)** · 2 min read · 0 upvotes · 0 comments

## Summary

A step-by-step beginner guide to creating, deploying, and invoking a .NET (C#) AWS Lambda function from scratch. Covers installing the Amazon.Lambda.Tools CLI, using Lambda templates for .NET 6, deploying via the dotnet lambda command, and invoking the function with a payload.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodogmablog.bryanhogan.net/2022/06/creating-a-simple-net-lambda-function>

---

Tags: [#aws](https://daily.dev/tags/aws), [#.net](https://daily.dev/tags/.net), [#serverless](https://daily.dev/tags/serverless), [#c#](https://daily.dev/tags/c#), [#aws-lambda](https://daily.dev/tags/aws-lambda)

[View this post on daily.dev](https://daily.dev/posts/creating-a-simple-net-lambda-function-0lskfqyhj)
