https://pulumi.com logo
#general
Title
# general
r

rapid-receptionist-28528

07/29/2023, 7:31 AM
Hi, Does
Pulumi
support Creating a state machine alias ? https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html Right now while viewing the state machine history executions I can see table with 4 columns: name, status, started, endTime. Is it possible to add new column
alias
name of a specific execution ? Or customize the name column of the execution ? because right now it’s just simple GUID and I need to drill down in order to view details about the execution… Thanks!
d

dry-keyboard-94795

07/29/2023, 7:56 AM
Doesn't look to be in the stable provider, but you could use the native provider for just the alias resource: https://www.pulumi.com/registry/packages/aws-native/api-docs/stepfunctions/statemachinealias/
r

rapid-receptionist-28528

07/31/2023, 10:50 AM
I think alias won’t give me what I looking for.. because it’s not dynamic name.. I need to have history executions with different column name which include relevant data of that execution and not just GUID..
d

dry-keyboard-94795

07/31/2023, 10:56 AM
I'm not sure you can setup an alias for an individual execution, only an alias for the state machine itself
For drilling down on a per-event/request/execution basis, I had an alright experience with aws x-ray. Perhaps this will help?