Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNS Message Attributes support for additional data types #289

Open
k-brooks opened this issue Nov 15, 2021 · 0 comments
Open

SNS Message Attributes support for additional data types #289

k-brooks opened this issue Nov 15, 2021 · 0 comments

Comments

@k-brooks
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant