[FEATURE-REQ] EventBridge UI to Include StepFunction Alias/Version for Targets

0

Currently, the EventBridge UI does not allow you to set a target that is a StepFunction with a specific version / alias. (Unlike Lambdas, where you can do so). This applies for both Rules and Scheduler.

I was able to circumvent this by using the AWS CLI with a command of the form:

aws events put-targets \
  --rule RULE_NAME \
  --targets "Id"="XXXXX","RoleArn"="arn:aws:iam::XXXXXXXXX:role/service-role/ROLE_NAME","Arn"="arn:aws:states:REGION:XXXXXXXXX:stateMachine:SFN_NAME:VERSION_OR_ALIAS"

This works exactly as intended, but I wonder if this can be implemented into the UI. I understand the StepFunction Versions / Alias is a fairly new feature so my apologies if this is already in the works.

1 Answer
0

I understand you are asking same feature for event rule rule target for step function as it's for lambda function, where we can specify alias/version too.

You rightly figured out that this is achievable through CLI and cloudformation both but in UI, it doesn't let us choose the version or enter the state machine arn.

It can definitely be added to roadmap/feature request or might already be there in the roadmap. If you/org has Enterprise Support, you can talk to your Account Team and they can get a request logged. Roadmap/PFRs can only be shared with customer who are under Non Disclosure Agreement(NDA) with AWS.

I know this may not be the answer you'd expect but I have just tried to explain the process and right way of getting a such feature request logged.

Hope you find this information helpful.

Abhishek

profile pictureAWS
EXPERT
answered 9 months ago
  • Do you have additional questions, happy to help.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions