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 URLs
Using a Distributed Memory Cache with .NET Lambda Functions
There may be times when you want to share information between Lambda functions, using a distributed memory cache will help you do this.
Oct 28, 2022
#
AWS
,
AWS Lambda
,
Caching
,
dotNet
,
Memcached
,
Function URLs
,
Function as a Service
Using MediatR with .NET Lambda Functions and Function URLs
The mediator pattern is very helpful for keeping business logic out of your API endpoints. This post provides a simple example of this with the MediatR library.
Oct 5, 2022
#
MediatR
,
AWS
,
AWS Lambda
,
dotNet
,
Function URLs
,
Function as a Service
Lambda function A/B Testing with .NET and Function URLs
With Lambda versions and aliases you can setup A/B testing for your functions. This example uses .NET 6 and Lambda Function URLs, but the same principles apply to other languages.
Aug 29, 2022
#
AWS
,
AWS Lambda
,
Function URLs
,
AWS Lambda Aliases
,
AWS Lambda Versions
,
dotNet
,
Function as a Service
Simple Lambda Function with a Function URL
This is a simple Lambda function that uses a Function URL. This blog post will be referenced in more complicated examples.
Aug 25, 2022
#
AWS
,
AWS Lambda
,
Function URLs
,
dotNet
,
Function as a Service
Signing calls to Lambda Function URLs using IAM auth with HttpClient
If you are using IAM auth with Lambda Function URLs, and you want to call the function using HttpClient from a .NET application, you need to sign the request. Read on to see how.
Jul 22, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Function URLs
,
IAM
,
Function as a Service
Using a Memory Cache with .NET Lambda Functions
Even though Lambda functions are “serverless”, and even though there is no guarantee how long a function will remain “warm” for, you might still get good use out of a memory cache.
Jul 14, 2022
#
dotNet6
,
AWS Lambda
,
AWS
,
Memory Cache
,
Caching
,
Function URLs
,
Function as a Service
Calling one Lambda Function from another with the Lambda .NET SDK
Calling one Lambda function from another is something you’ll occasionally need to do. If you are using Lambda function URLs it is a simple HTTP request. But you can also use the AWS Lambda SDK to invoke the other function.
Jun 8, 2022
#
AWS Lambda
,
dotNet6
,
AWS
,
Function URLs
,
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
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
Cite
×