Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Naming Convention And Resolution Function #3

Open
dyoder opened this issue Feb 28, 2022 · 0 comments
Open

Introduce Naming Convention And Resolution Function #3

dyoder opened this issue Feb 28, 2022 · 0 comments

Comments

@dyoder
Copy link
Contributor

dyoder commented Feb 28, 2022

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.

See also dashkite/genie-sky#2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant