Introduction to Serverless with AWS Lambda in C#

Introduction to Serverless with AWS Lambda in C#

NDC London 2023 + NDC Oslo 2023

Recording

Slides

Open Source Sample

GitHub - brminnick/LambdaTriggersSample: A sample .NET app demonstrating AWS Lambda triggers
A sample .NET app demonstrating AWS Lambda triggers - GitHub - brminnick/LambdaTriggersSample: A sample .NET app demonstrating AWS Lambda triggers

Cold Start vs Warm Start

Resources

AWS Toolkit for Visual Studio
AWS Toolkit for Visual Studio Code
The AWS Toolkit for Visual Studio Code is an open source plug-in for the Visual Studio Code that will make it easier to create, debug, and deploy .Net applications on Amazon Web Services. With the AWS Toolkit for Visual Studio Code, you will be able to get started faster and be more productive when…
Building Lambda functions with C# - AWS Lambda
The following sections explain how common programming patterns and core concepts apply when authoring Lambda function code in C#.
Amazon S3 examples using AWS SDK for .NET - AWS SDK for .NET
Code examples that show how to use AWS SDK for .NET with Amazon S3.
Tutorial: Using an Amazon S3 trigger to invoke a Lambda function - AWS Lambda
In this tutorial, you use the console to create a Lambda function and configure a trigger for Amazon Simple Storage Service (Amazon S3). The trigger invokes your function every time that you add an object to your Amazon S3 bucket.
Deploy an Existing ASP.NET Core Web API to AWS Lambda | Amazon Web Services
In the previous post, we talked about the new ASP.NET Core Web API blueprint for AWS Lambda, and the Amazon.Lambda.AspNetCoreServer NuGet package that made it possible to run the ASP.NET Core Web API through Lambda. But what if you already have an existing ASP.NET Core Web API that you want to try a…
Serverless Computing – AWS Lambda Pricing – Amazon Web Services
With AWS Lambda, you pay only for what you use. You are charged based on the number of requests for your functions and the time your code executes.
.NET Multi-platform App UI documentation - .NET MAUI
.NET Multi-platform App UI (.NET MAUI) lets you build native apps using a .NET cross-platform UI toolkit that targets the mobile and desktop form factors on Android, iOS, macOS, Windows, and Tizen.
GitHub - aws-samples/serverless-dotnet-demo
Contribute to aws-samples/serverless-dotnet-demo development by creating an account on GitHub.