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

Recognise Ouputs #161

Open
1 task done
jcampbell05 opened this issue Sep 23, 2022 · 0 comments
Open
1 task done

Recognise Ouputs #161

jcampbell05 opened this issue Sep 23, 2022 · 0 comments

Comments

@jcampbell05
Copy link

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

Currently the only outputs supported are those exposed by CloudResources but some outputs can only be expressed or rather are easier to express by using Serverless outputs.

However compose doesn't support these.

What I would love to be able to express is the following:

services:
  api:
    path: main-serverless-api
  ai:
    path: serverless-ai
   dep:
      enhancementResultQueue: ${output:api.enhancementResultQueue}

But it currently just isn't possible instead I have to do it by making ai explicitly depend on ai and reference the option from within the ai yml file.

Proposed solution (optional)

No response

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