no dogma blog
no dogma blog
Blog Posts
Podcast
Polly Pluralsight Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Function URLs
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
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
.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
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
Cite
×