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
I think we can totally do that and be able to add dynamic services to the group. I was briefly thinking if having dependency between services during startup could be used here. I think it could but it would become awkward to spell. So yeah great feature requests!
There are scenarios in which users need a running Service in order to retrieve data. This data shall then be used to spawn another Service.
An example for this could be querying AWS SSM for a secret that is then used inside a Lambda.
I imagine the code to look something like this:
The text was updated successfully, but these errors were encountered: