How do I get trigger broker topic's routing key on lambda function
0
Hello, I am coding now AWS lambda function, and I connected it to RabbitMQ broker. I created a queue on RabbitMQ and I connected this queue to topic by Routing Key. When I send message to RabbitMQ topic, it sends message to the queue and it is triggered to the AWS Lambda function and now I need 'routing key' in the lambda function. How can I get this routing key?
Regards, Can
asked a month ago38 views
1 Answers
0
Hi Can, You can pass the routing key value in a header property when sending the message and that will be passed on as an event header to the target Lambda function. The value would be sent as a byte array. Currently, we do not propagate the routing key to the target Lambda function.
Thanks, Mithun
answered a month ago
Relevant questions
is it possible that SQS Triggers to a Lambda Function Alias?
Accepted Answerasked 5 months agousing lambda as the identity broker to access AWS Console
asked 3 months agoRabbitMQ Java connection throws UnknownHostException: invalid IPv6 address
asked a year agopublish to 3rd party MQTT broker in aws python Lambda function
asked 3 years agoServerless option to subscribe to AMQP broker
asked 2 months agoInstall RabbitMQ Plugin on AmazonMQ
asked 14 days agoFail to connect to RabbitMQ
asked a year agoHow do I get trigger broker topic's routing key on lambda function
asked a month agoGet output of a Lambda function back to IoT Core MQTT broker
Accepted Answerasked 7 months agoAmazonMQ - RabbitMQ engine - event source
asked 2 years ago
Could this page help you? https://app-int-with-amazonmq.workshop.aws/en/7-lambda-integration/lambdaintegration-lab-setup-broker.html