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
AWS
Using Step Functions to Orchestrate a Series of Lambda Functions
See how to use AWS Step Functions to control the flow of a series of Lambda functions. In this example, the Lambda functions execute quickly, return a result, and trigger the next step.
Apr 7, 2023
#
AWS
,
Step Functions
,
AWS Lambda
,
dotNet
Triggering a .NET Lambda Function from an Amazon SQS Queue
.NET Lambda functions can be triggered when messages arrive in an SQS queue. There are a few steps to set this up, read on to see how.
Apr 6, 2023
#
AWS
,
AWS Lambda
,
Amazon SQS
,
dotNet
Programmatically get your AWS Account ID with .NET
It took me a little while to figure this out, so I thought I’d share.
Mar 17, 2023
#
AWS
,
dotNet
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
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
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
The Simplest S3 Upload Example with .NET
A simple example of uploading a file to S3 with .NET using a few lines of code.
Feb 14, 2023
#
AWS
,
S3
,
dotNet
Extracting Form Fields from a Multi-Page PDF with Amazon Textract and .NET
This post shows how to extract key-value pair from fields in a multi-page PDF with Textract.
Feb 8, 2023
#
AWS
,
Textract
,
dotNet
,
Blazor
,
AI
»
Cite
×