/Globalmantics

Interact with Amazon Web Services (AWS) SQS with ASP.NET Core and the AWS SDK for .NET

Primary LanguageC#

Globalmantics

Interact with Amazon Web Services (AWS) SQS with ASP.NET Core and the AWS SDK for .NET Core

  1. Use of AWS Sdk for .Net Core
  2. A web API to Upload a message to SQS
  3. A .Net core lambda function to read message from SQS once a message is received in SQS.

Set a Queue URL in Service

Configure Profile for AWS Credentials using aws cli : aws configure

Configure aws region in appsettings.