Posts tagged with "aws"

Found 118 posts with this tag.

Articles tagged with aws

Blog posts

Cover image for: AWS Step Functions Service Integrations: Building Workflows Without Custom Code

AWS Step Functions Service Integrations: Building Workflows Without Custom Code

Learn how AWS Step Functions integrates with other AWS services like DynamoDB, Lambda, and SQS directly from within your workflow. See how to orchestrate real-world AWS services without writing extra glue code.
Article: AWS Step Functions Service Integrations: Building Workflows Without Custom Code. Learn how AWS Step Functions integrates with other AWS services like DynamoDB, Lambda, and SQS directly from within your workflow. See how to orchestrate real-world AWS services without writing extra glue code.. Published November 11, 2025.Tagged as: AWS, Step Functions.Click to read the full article.
Cover image for: Role-Based and Policy-Based Authorization in ASP NET | Amazon Cognito

Role-Based and Policy-Based Authorization in ASP NET | Amazon Cognito

Learn how to enforce access control using Amazon Cognito User Groups with ASP.NET API applications. We'll explore both role-based and policy-based authorization to protect your endpoints.
Article: Role-Based and Policy-Based Authorization in ASP NET | Amazon Cognito. Learn how to enforce access control using Amazon Cognito User Groups with ASP.NET API applications. We'll explore both role-based and policy-based authorization to protect your endpoints.. Published November 10, 2025.Tagged as: AWS, Cognito.Click to read the full article.
Cover image for: AWS Step Functions: Getting Started with Workflows and States

AWS Step Functions: Getting Started with Workflows and States

Learn how to get started with AWS Step Functions to build serverless workflows. We'll explore the basic concepts, flow states, and how to pass data between steps using variables and JSONata expressions.
Article: AWS Step Functions: Getting Started with Workflows and States. Learn how to get started with AWS Step Functions to build serverless workflows. We'll explore the basic concepts, flow states, and how to pass data between steps using variables and JSONata expressions.. Published November 10, 2025.Tagged as: AWS, Step Functions.Click to read the full article.
Cover image for: Amazon SQS FIFO Error Handling: Dead Letter Queues and Message Ordering in .NET

Amazon SQS FIFO Error Handling: Dead Letter Queues and Message Ordering in .NET

When processing messages from Amazon SQS FIFO queues, exceptions can disrupt message ordering and block subsequent messages. Let's explore how visibility timeouts, message retention periods, and Dead Letter Queues help manage failed messages while maintaining order guarantees.
Article: Amazon SQS FIFO Error Handling: Dead Letter Queues and Message Ordering in .NET. When processing messages from Amazon SQS FIFO queues, exceptions can disrupt message ordering and block subsequent messages. Let's explore how visibility timeouts, message retention periods, and Dead Letter Queues help manage failed messages while maintaining order guarantees.. Published November 8, 2025.Tagged as: AWS, SQS.Click to read the full article.
Cover image for: Machine-to-Machine Authentication with Amazon Cognito in .NET

Machine-to-Machine Authentication with Amazon Cognito in .NET

Learn how to implement machine-to-machine authentication with Amazon Cognito using OAuth Client Credentials flow in .NET. Let's explore how applications can securely communicate with each other without human involvement.
Article: Machine-to-Machine Authentication with Amazon Cognito in .NET. Learn how to implement machine-to-machine authentication with Amazon Cognito using OAuth Client Credentials flow in .NET. Let's explore how applications can securely communicate with each other without human involvement.. Published November 7, 2025.Tagged as: AWS, Cognito.Click to read the full article.
Cover image for: Amazon SQS FIFO: Understanding Message Ordering with Multiple Consumers in .NET

Amazon SQS FIFO: Understanding Message Ordering with Multiple Consumers in .NET

Learn how message ordering works in Amazon SQS FIFO queues, how message groups affect processing order, and what happens when you scale with multiple consumers in .NET applications.
Article: Amazon SQS FIFO: Understanding Message Ordering with Multiple Consumers in .NET. Learn how message ordering works in Amazon SQS FIFO queues, how message groups affect processing order, and what happens when you scale with multiple consumers in .NET applications.. Published November 7, 2025.Tagged as: AWS, SQS.Click to read the full article.