You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support String, String.Array, and Number data types in the messageAttributes argument of the snsPublish step.
By opening the API against messageAttributes to accept a Map<String, Object> we can introspect the value class and map the corresponding AWS data type.
Array/Set/List (any generic type) => String.Array
Number => Number
String or Undefined => String
The text was updated successfully, but these errors were encountered:
Dependencies
None that I know of
Feature Request
Support String, String.Array, and Number data types in the messageAttributes argument of the snsPublish step.
By opening the API against messageAttributes to accept a Map<String, Object> we can introspect the value class and map the corresponding AWS data type.
Array/Set/List (any generic type) => String.Array
Number => Number
String or Undefined => String
The text was updated successfully, but these errors were encountered: