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

Allow adding InputPath and InputTransformer for notification targets #609

Open
Holi0317 opened this issue Mar 11, 2024 · 0 comments
Open

Comments

@Holi0317
Copy link

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 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?

Similar or dependent issues:

Additional Data

  • Serverless Framework Core Version you're using:
  • The Plugin Version you're using:
  • Operating System:
  • Stack Trace:
  • Provider Error messages:
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