Accessing Payload from SQS queue events #3517
Unanswered
gavin-crane
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple k3s cluster running locally on WSL. I have an SQS queue setup with an IAM user that has "AmazonSQSFullAccess" policy, and a secret with the access key and secret key applied. I have the following event source and sensor configured:
event-source:
Sensor:
The event source trigger is working. I send a message to the queue manually through the AWS SQS dashboard:
{"text":"hello"}This triggers the pod creation, but the event message is empty when I inspect the pod logs.
Any ideas as to what's causing the event body to be empty? Like I said earlier, the trigger is working, but I am unable to receive that payload data from the SQS queue from the triggered event.
Any help would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions