https://github.com/iammukeshm/aws-lambda-dotnet-6
AWS Lambda with .NET 6
https://github.com/iammukeshm/aws-lambda-dotnet-6
aws aws-lambda dotnet dotnet6
Last synced: over 1 year ago
JSON representation
AWS Lambda with .NET 6
- Host: GitHub
- URL: https://github.com/iammukeshm/aws-lambda-dotnet-6
- Owner: iammukeshm
- Created: 2022-04-14T02:53:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T15:41:06.000Z (about 4 years ago)
- Last Synced: 2025-02-27T04:47:41.883Z (over 1 year ago)
- Topics: aws, aws-lambda, dotnet, dotnet6
- Language: C#
- Homepage: https://codewithmukesh.com/blog/aws-lambda-with-net-6/
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Lambda with .NET 6

In this article, we will get started with learning about using AWS Lambda with .NET 6 and deploying this serverless function to AWS. Further, we will discuss the use cases of AWS Lambda, Installing the extensions and CLI template to ease the creation of AWS Lambda C# projects, configuring the AWS CLI with credentials, and some basics of Cloudwatch Logging. This is the first article on the "AWS Serverless Application with .NET 6 Series".
### Topics Covered:
- Serverless Applications – What?
- What is AWS Lambda?
- Access Keys and Profiles – Local AWS CLI Setup
- Installing the AWS Toolkit Extension for VS 2022
- Installing the .NET CLI Templates for AWS
- Creating your First AWS Lambda with .NET 6 Using Visual Studio & CLI Commands
- How to Debug AWS Lambda Function – C#
- Deploying the Lambda Function to AWS via VS2022 & CLI
- Testing
- Cloudwatch Logging – Basics
Read the entire article - https://codewithmukesh.com/blog/aws-lambda-with-net-6/