Issue I have created an Amazon SNS topic. I have one Amazon SQS queue subscribed to the topic. I have created a default SQS queue (not a FIFO queue). I am using sqs-consumer API for long polling the SQS queue.
Continue readingTag: amazon-sns
AWS lambda to send SNS "succeeds" but message not actually sent
Issue I’ve written an AWS lambda function to send a text message when an S3 object is uploaded. I’ve confirmed the subscription and I can receive test messages sent from the SNS console. When I test the lambda all the
Continue readingWhat is Causing this Lambda to Throw an Error with aws-sdk Version 3?
Issue I have an AWS lambda function triggered by an SNS queue, which is supposed to extract some data from the message it receives, format it, then send it to a different SNS queue. Everything was working well until I
Continue reading