pipeline-aws-plugin icon indicating copy to clipboard operation
pipeline-aws-plugin copied to clipboard

SNS Message Attributes support for additional data types

Open k-brooks opened this issue 3 years ago • 0 comments

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

k-brooks avatar Nov 15 '21 20:11 k-brooks