AWS Announces Native AOT Tooling Support for .NET Applications on AWS Lambda
Today, AWS announced the general availability of tooling support to build and deploy native AOT compiled .NET 7 applications on AWS Lambda. Native AOT allows .NET applications to be pre-compiled to a ...
.NET 6 on AWS Lambda, Quick Demos
This post outlines the steps to quickly deploy three simple .NET 6 Lambda functions during .NET Enterprise Developer Day and DeveloperWeek Europe. The blog post covers three demos - ASP.NET Core Web A...
Automatic Dependency Injection with the Lambda Annotations Library for .NET - Part 2, Lambda Functions
Learn how to use the Amazon.Lambda.Annotations library for easier dependency injection (DI) with .NET AWS Lambda functions. This post will show you how to configure both scoped services and singleton ...
Dependency Injection with the Lambda Annotations Library for .NET - Part 1, Lambda Applications
The Amazon.Lambda.Annotations library makes dependency injection for .NET AWS Lambda functions easier. In this post, learn how to use DI with a function that is invoked directly and configure both sco...
Hosting a .NET 6 Minimal API in AWS Lambda
The .NET 6 runtime for AWS Lambda is here! With it comes many new features such as an improved ILambdaLogger, support for C# 10, top-level statements and many more. But one new cool feature, originall...
AWS Lambda with .NET 6 - Getting Started with Serverless Computing
Learn how to use AWS Lambda with .NET 6 for serverless computing, and deploy the serverless function to AWS. This article covers the use cases of AWS Lambda, installing the extensions and CLI template...
GitHub Actions and a C# AWS Lambda
At Don’t Panic Labs, we have been using Azure Dev Ops more than GitHub during the last few years. Periodically, I like to dive into other technologies and see where they are at. This led me to deploy ...
Run PuppeteerSharp on Chromium in AWS Lambda with HeadlessChromium.Puppeteer.Lambda.Dotnet Nuget Package
HeadlessChromium.Puppeteer.Lambda.Dotnet is a Nuget Package that provides everything needed to run PuppeteerSharp in AWS Lambda with Chromium. The project uses the chromium binary extracted from Spart...
Skippr.io - Data as Infrastructure
Skippr.io is a platform that provides data infrastructure for enterprise businesses. With a focus on simplifying data management, Skippr offers a wide range of tools and services designed to help busi...
Deploying a GPT-3 Chatbot on AWS using Flask and CodePipeline
Learn how to deploy a GPT-3 Flask chatbot on AWS using CodePipeline and Elastic Beanstalk. This article covers topics such as OpenAI API keys, GPT-3 models, endpoint and parameters, and Flask app setu...
AWS Icons for PlantUML
This repository provides PlantUML images, sprites, macros, and includes based on official AWS Architecture Icons to create diagrams with AWS components. It simplifies the designing process of architec...
Using LocalStack with Microsoft Tye
LocalStack is a platform that facilitates the development of cloud-based applications by hosting locally a series of replicas of AWS services. In this post, we’ll see how to configure Tye to use Local...