Creating a SQS queue

  1. Client call a API gateway URL which trigger a lamda function.
  2. This lamda read the request body and store it into a SQS queue (Queue1)
  3. SQS Queue Queue 1 trigger a lamda function "Second Lamda"
  4. Second lamda do some file processing and send message to another Queue "Queue 2" #1 is working fine but when Second Lamda function trying to create a message in Queue 2 I am getting exception. Error message is "The specified queue does not exist for this wsdl version.: AmazonSQSException" at step 5 I am using AWS AWSSDK.SQS 3.7.0.55 in dotnet core

Steps



from Recent Questions - Stack Overflow https://ift.tt/3o7s877
https://ift.tt/3ocLuYD

Comments

Popular posts from this blog

Today Walkin 14th-Sept

Spring Elasticsearch Operations

Hibernate Search - Elasticsearch with JSON manipulation