no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Function as a Service
Debugging an AWS Lambda Function Locally with Visual Studio Code (VS Code) on Windows, Linux, and Mac
It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.
May 19, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Debugging
,
Function as a Service
,
VSCode
Accessing AWS Secrets Manager from .NET Lambda Functions, Part 2 - Using Async Code
In an earlier post I showed how to use a .NET 6 Lambda function to retrieve a secret from Secrets Manager synchronously, but it is also easy to do this asynchronously.
May 16, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Secrets Manager
,
Function as a Service
Lambda Function URLs with .NET 6 and CORS
Lambda Function URLs are a very easy way to make a Lambda function executable via an HTTPS request, but without a small change you might hit some CORS issues. Read on to see how to fix this.
May 4, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Function URLs
,
CORS
,
Function as a Service
.NET 6 on AWS Lambda, Quick Demos
Here are three very quick demos of using .NET 6 on AWS Lambda that you can have up and running in minutes.
Apr 29, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Function URLs
,
Function as a Service
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
,
Function as a Service
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
,
Function as a Service
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
,
Function as a Service
.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
,
Function as a Service
.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
,
Function as a Service
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
,
Container
,
Runtime Interface Emulator
,
AWS
,
Function as a Service
«
»
Cite
×