Hi, Does `Pulumi` support Creating a state machine...
# general
r
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
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
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
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?