Blog
Blog posts on .NET, AI, Azure, and more.
How to create an AWS Lambda function and debug it
December 29, 2025 by Anuraj
AWS Lambda
In this blog post series, we’ll explore how to create a CRUD application using Http API with Lambda and DynamoDB. This is multipart blog post. In this blog post we will create a lambda, how to test and debug it. To get started we will be installing AWS Lambda project templates and AWS Lambda tools.
Working with Data API Builder
December 24, 2025 by Anuraj
sqlserver API
In this blog post, we’ll explore how to work with the Data API Builder. Data API builder (DAB) provides a REST API over a database. It also provides a GraphQL API. It supports not just SQL Server, but Azure SQL Database, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse. Long back I wrote a blog post about Getting started on Data API Builder. Now Data API builder support Azure SQL Database, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse.
Getting started with Amazon Bedrock in .NET applications
December 20, 2025 by Anuraj
dotnet AI AWS Bedrock
In this blog post, we will learn about AWSSDK.Extensions.Bedrock.MEAI and show you how you can build generative AI infused .NET applications by using foundation models (FMs) supported by Amazon Bedrock. I already wrote different blog posts about how to use Microsoft.Extensions.AI nuget package. MEAI in the package name is an acronym for Microsoft Extensions AI. Bedrock in the package name refers to Amazon Bedrock, an AWS service that provides us access to latest foundation models from popular providers such as Anthropic, Meta, Mistral, DeepSeek and more.
Building AWS lambda functions powered by ASP.NET Core Minimal APIs
December 16, 2025 by Anuraj
dotnet webapi aws
In this blog post, we’ll learn how to build ASP.NET Core Minimal APIs as Lambda functions and deploy it to AWS. We can build Lambda functions using ASP.NET Core using the AWS Lambda CLI and AWS Project templates. In this blog post we will learn how to create a ASP.NET Core Minimal API, enable Lambda support.
Build a CI / CD Pipeline for Azure Functions using GitHub Actions
December 14, 2025 by Anuraj
azure github devops
In this blog post, we’ll learn how to build a CI/CD pipeline for Azure Function using GitHub Actions. GitHub Actions is a powerful tool that allows you to automate, customize, and execute your software development workflows directly within your GitHub repository. It supports continuous integration (CI) and continuous deployment (CD), enabling you to build, test, and deploy your code seamlessly.
Copyright © 2026 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub