You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to name things logically and yet account for the environment. This requirement exists both for Genie tasks (in Sky Presets) and for use in code (for example, launching a Step Function in response to a command).
For example, the name:
homeroom:get-page
would be transformed into:
homeroom-development-get-page
Another example would be to transform references to "local" resources. Presuming that get-page is defined locally, we could simply reference get-page.
The idea would be for Dolores to export a function that would resolve these names.
We want to be able to name things logically and yet account for the environment. This requirement exists both for Genie tasks (in Sky Presets) and for use in code (for example, launching a Step Function in response to a command).
For example, the name:
homeroom:get-page
would be transformed into:
homeroom-development-get-page
Another example would be to transform references to "local" resources. Presuming that
get-page
is defined locally, we could simply referenceget-page
.The idea would be for Dolores to export a function that would resolve these names.
See also dashkite/genie-sky#2.
The text was updated successfully, but these errors were encountered: