-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(riff-raff.yaml): Loosen restrictions on
GuStack
s in an App
Support the use-case where an `App` includes multiple types of `GuStack`. For example: ```ts class ServiceRunningInDeployTools extends GuStack {} class ServiceRunningInSecurity extends GuStack {} new ServiceRunningInDeployTools(app, "App-CODE-deploy", { stack: "deploy", stage: "CODE", }); new ServiceRunningInSecurity(app, "App-CODE-security", { stack: "security", stage: "CODE", }); ``` It's not clear why this validation was originally added. The class name is used for the `app` property in a `cloud-formation` deployment type. This functionality remains, as demonstrated by the tests. Co-authored-by: Jacob <[email protected]> Co-authored-by: Thalia <[email protected]>
- Loading branch information
1 parent
fc4ad52
commit 61f9e59
Showing
4 changed files
with
53 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters