Automation Rhapsody

Posts with tag: AWS

How to use AWS Transcribe in real-time with React and .NET Core

Practical code example how to use AWS Transcribe from an application with React frontend and .NET Core backend.

AWS examples in C# - structured logging in .NET Core and AWS Lambda

Code examples of how to do structured logging in .NET Core and C# AWS Lambda.

AWS examples in C# - AWS CLI commands

Important AWS CLI commands used in AWS examples in C#.

AWS examples in C# - introduction to Serverless framework

Introduction to Serverless framework and .NET code example of a lambda function with API Gateway.

AWS examples in C# - create basic Lambda function

Code examples on how to create AWS Lambda function in .NET Core.

AWS examples in C# - working with Lambda functions

Iintroduction to AWS Lambda functions.

AWS examples in C# - create a service working with DynamoDB

Introduction to NoSQL, introduction to DynamoDB and what are its basic features and capabilities.

AWS examples in C# - basic DynamoDB operations

Code examples with DynamoDB write and read operations.

AWS examples in C# - create a service working with SQS

To give a basic overview of AWS SQS, how to write a message to it and how to make a consumer that constantly polls the queue for new messages.

AWS examples in C# - basic SQS queue operations

Code examples of how to perform basic SQS queue operations like reading, writing, deleting, creating a queue, etc.

AWS examples in C# - run the solution

Explanation of how to install and use the solution in AWS examples in C# blog post series.

AWS examples in C# - working with SQS, DynamoDB, Lambda, ECS

Overview of the AWS examples in C# series.