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
dotNet
Many Ways to make and Deserialize an HTTP GET with HttpClient
There are so many ways to make and deserialize an HTTP GET request. In this post, I’ll show a few approaches.
Mar 16, 2023
#
C#
,
dotNet
,
HttpClient
,
Serialization
,
Deserialization
Pi to 100 places with Amazon Polly and .NET
A fun post for Pi day.
Mar 14, 2023
#
Amazon Polly
,
AI
,
dotNet
How to Handle Enums in the Input to a .NET AWS Lambda Function
If you invoke a Lambda function passing in value that deserializes to an enum and you are using the DefaultLambdaJsonSerializer it will fail. This post shows how to get around that problem in two ways.
Mar 9, 2023
#
AWS Lambda
,
dotNet
,
Serialization
,
Function as a Service
Transcribing Two Speakers with Amazon Transcribe via Speaker Identification with .NET
Amazon Transcribe provides two ways to identify speakers in a piece of audio. In this post, you will see how to use speaker identification to distinguish between the voices of two people.
Mar 8, 2023
#
AWS
,
Transcribe
,
dotNet
,
AI
How to Handle Numbers Represented as Strings in the Input to a .NET AWS Lambda Function
If you invoke a Lambda function with a number represented as a string, and you are using the DefaultLambdaJsonSerializer it will fail. This post shows how to get around that problem in two ways.
Mar 1, 2023
#
AWS Lambda
,
dotNet
,
Serialization
,
Function as a Service
Lambda cold starts for .NET applications are not so bad
Many people are worried about cold starts for .NET applications on AWS Lambda, but they are probably not as bad as you think - they are not that frequent, and they are not that slow.
Feb 27, 2023
#
AWS
,
AWS Lambda
,
Cold Start
,
dotNet
,
Function as a Service
Simple Deserialization of JSON from a File in C#
This is one of those posts that I write for my future self. Here’s how to deserialize JSON from a file in C#. It also lists multiple ways to create the C# model from the JSON.
Feb 24, 2023
#
Serialization
,
dotNet
,
JSON
Transcribing Two Speakers with Amazon Transcribe via Channel Identification
Amazon Transcribe provides two ways to identify speakers in a piece of audio. In this post you will see how to use channel identification to identify speakers. In a subsequent post I will show how to use speaker identification for cases where you don’t have the speakers on separate channels.
Feb 23, 2023
#
AWS
,
Transcribe
,
dotNet
,
AI
Getting the JSON sent to a Lambda Function when Deserialization Fails
Sometimes a Lambda function can’t deserialize the JSON it receives because the model is wrong or the JSON is not as expected. This post shows how to output the raw JSON to CloudWatch logs so you fix the problem.
Feb 20, 2023
#
AWS
,
AWS Lambda
,
dotNet
,
JSON
,
Serialization
,
Function as a Service
A Simple Example of Amazon Transcribe with .NET
Speech to text is now as simple as uploading a file, starting a transcription job, and waiting for the results.
Feb 17, 2023
#
AWS
,
Transcribe
,
dotNet
,
AI
«
»
Cite
×