Adding "MessageAttribute" to Parameters in "tasks.SqsSendMessage" for a StepFunction flow #20652
Unanswered
JugrajSingh91
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.
-
The following is the
Task
I want to add to aStep Function
. But the class SqsSendMessage (construct) does not have aMessageAttribute
variable defined.Do I need to create a CustomState ?
So far using the CDK constructs I have been able to do the following:
Writing this:
generates the following when I see the
StepFunction
definition via AWS Console:Beta Was this translation helpful? Give feedback.
All reactions