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

Headless mode #33

Closed
cohix opened this issue May 11, 2021 · 1 comment
Closed

Headless mode #33

cohix opened this issue May 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@cohix
Copy link
Contributor

cohix commented May 11, 2021

Atmo should be able to start up in a 'headless' mode wherein it does not build a router based on routes in the Directive, but rather makes each Runnable in a bundle available as an individual endpoint.

This would essentially be a 'FaaS' mode that wouldn't require routes to be explicitly defined.

I envision this being activated with an ATMO_HEADLESS env var.

@cohix cohix added the enhancement New feature or request label May 11, 2021
@cohix
Copy link
Contributor Author

cohix commented May 16, 2021

In this mode, Atmo should be able to dynamically load new Runnables (i.e. the routes should not be static, but accept any function name). This will rely on #41 and possibly #40 in some cases.

@cohix cohix mentioned this issue May 25, 2021
@cohix cohix linked a pull request May 25, 2021 that will close this issue
@cohix cohix closed this as completed May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant