Creating a SQS queue
- Client call a API gateway URL which trigger a lamda function.
- This lamda read the request body and store it into a SQS queue (Queue1)
- SQS Queue Queue 1 trigger a lamda function "Second Lamda"
- 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
from Recent Questions - Stack Overflow https://ift.tt/3o7s877
https://ift.tt/3ocLuYD
Comments
Post a Comment