Add Retry Policy in Eventbridge rule targets
deechauhan opened this issue · 0 comments
deechauhan commented
This is a Feature Proposal
Description
- I have a step function configuration which is triggered by a
Eventbridgerule. I want to use a customRetryPolicyrather than the default 24 hours one. See AWS docs here. - Currently RetryPolicy is not added in targets as part of
AWS::Events::Rule. Related documentation on this can be found here.
Note: I'm willing to submit a PR for this