Bearse Api Feature Dependencies
With the latest release of the Bearse API, we have added the ability to designate dependencies between stacks from other features. This allows us to ensure that features dependent on AWS resources from other features can be defined within the feature itself. This ensures features can no longer be deployed without the corresponding required feature already being deployed.
Example
An example of the definition within the feature stackset is displayed below. For further information check out the bearse api documentation.
requires_feature_stack:
- feature: guardian # the name of the feature the required stack is from
stack: apimetrics # the name of the stack we are defining as a dependancy