no dogma blog
no dogma blog
Blog Posts
Podcast
Polly Pluralsight Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
AWS
Accessing AWS Secrets Manager from .NET Lambda Functions, Part 1 - The Simple Way
.NET Lambda functions can get secrets from AWS Secrets Manager, but you need to grant the Lambda function permission to access the secret. Read on to find out how.
Apr 28, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Secrets Manager
Accessing an RDS SQL Server from a .NET 6 application in Lambda
Querying an RDS SQL Server from Lambda is a great option for .NET applications. In this post you see how to create all the infrastructure, seed the database, deploy a .NET 6 Web API application, and connect the VPCs.
Apr 15, 2022
#
AWS Lambda
,
dotNet6
,
SQL Server
,
VPC
,
AWS
Lambda Function URLs - triggering .NET 6 Lambda functions with a HTTPS Request
Lambda Function URLs are a very easy way to make a Lambda function executable via an HTTPS request, they deploy in seconds, and can scale to your needs.
Apr 13, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Function URLs
.NET 6 Lambdas on ARM64 - Part 2, Serverless
Running .NET 6 Lambda serverless applications on ARM64 needs only one small change from the default template.
Mar 10, 2022
#
AWS Lambda
,
dotNet6
,
ARM64
,
AWS
,
Serverless
,
dotNet6 lambda
.NET 6 Lambdas on ARM64 - Part 1, Functions
It is very easy to run .NET 6 AWS Lambda functions on ARM64 processors, read on to find out how…
Mar 7, 2022
#
AWS Lambda
,
dotNet6
,
ARM64
,
AWS
,
dotNet6 lambda
Testing .NET 6 Lambda Containers with the Runtime Interface Emulator
It’s easy to use unit test the methods of a Lambda container application. But there will be times when you want to run the application
inside
the container and then test those methods (more of a functional test). The Lambda Runtime Interface Emulator will help you with this.
Mar 2, 2022
#
AWS Lambda
,
dotNet6
,
Containers
,
Runtime Interface Emulator
,
AWS
.NET 6 Web API on Lambda with a Custom Runtime
It’s easy to run a .NET 6 Web API application on Lambda using the custom runtime option, this post explains how, and gives the CLI commands to have it up and running in a few minutes.
Feb 9, 2022
#
AWS
,
AWS Lambda
,
dotNet6
,
Custom Runtime
,
dotNet6 lambda
.NET 6 Web API in a Container in a Lambda
With the AWS tools and templates for Lambdas it is very easy to build and deploy a .NET 6 Web API application as a container image.
Jan 10, 2022
#
AWS
,
AWS Lambda
,
dotNet6
,
Container
,
dotNet6 lambda
Fleet Manager, an easy way to check in on an EC2 Windows instance
Sometimes all you want to do is have a quick look at a Windows EC2 instance to see what is going on, or make a small change. I’ll show how to do that without the difficulty of making security group changes.
Jan 4, 2022
#
EC2
,
AWS
,
Windows
How To Run .NET 6, Kestrel, and Web API, on an AWS EC2 Linux Instance
This post is very like the previous, getting a Web API application using .NET 6 and Kestrel up and running on an EC2 instance, but with Linux this time.
Dec 23, 2021
#
dotNet
,
Linux
,
EC2
,
AWS
,
Kestrel
«
»
Cite
×