aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
764 stars 221 forks source link

SQS: Support sending message attributes with body #3271

Open tylerjaques opened 2 years ago

tylerjaques commented 2 years ago

Your Environment

Question

I'm not seeing an option to send an attribute with a message to an SQS queue with the toolkit. Is there a way to format the body to include the message if another section is unavailable?

rli commented 2 years ago

No, we do not support attributes yet

cjmaria commented 1 year ago

I'd like to see this feature as well, a very common pattern for those who develop on SQS is to include a message type attribute to specify the schema of the message payload. Lack of support for this feature makes such workflows difficult.

funtom-io commented 5 months ago

Supporting message attributes would be very helpful.