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
We have enabled sns notification for failed state machines and send the notification to slack via chatbot.
While the notification works, we want to customize the format that get sent to SNS. This can be done via customizing the InputPath and InputTransformer in the generated AWS::Events::Rule target.
Currently there is no way to include our change because the target generation code does not create those two properties at all.
Maybe all target type should be able to accept object as configuration and allow customizing the inputPath and inputTransformer?
This is a Feature Proposal
Description
We have enabled sns notification for failed state machines and send the notification to slack via chatbot.
While the notification works, we want to customize the format that get sent to SNS. This can be done via customizing the
InputPath
andInputTransformer
in the generatedAWS::Events::Rule
target.Currently there is no way to include our change because the target generation code does not create those two properties at all.
Maybe all target type should be able to accept object as configuration and allow customizing the inputPath and inputTransformer?
Similar or dependent issues:
Additional Data
The text was updated successfully, but these errors were encountered: