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
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Sometimes a sidecar needs to be started before the actual main container, sometimes it’s the other way around, sometimes a sidecar requires another sidecar, etc. AWS provides a dependsOn parameter, but it does not look like it is exposed by Waypoint.
Describe the solution you'd like
A way to define container dependencies for both the main container and for the sidecars.
Describe alternatives you've considered
I’m considering using Waypoint but this missing feature is annoying.
Explain any additional use-cases None off the top of my head