aws-toolkit-jetbrains
aws-toolkit-jetbrains copied to clipboard
SQS: Support sending message attributes with body
Your Environment
- OS: Windows 10
- JetBrains product: Rider
- JetBrains product version: 2022.2.1
- AWS Toolkit version: 1.49-222
- SAM CLI version:
- JVM/Python version: Version 8 Update 152
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?
No, we do not support attributes yet
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.
Supporting message attributes would be very helpful.