-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: remove parent (of µ-app) stack in cdk.Stage
and Refactor
#221
Conversation
@@ -53,36 +53,57 @@ export class Filemanager extends Stack { | |||
constructor(scope: Construct, id: string, props: FilemanagerProps) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmalenic I made tweaks on the Filemanager Props here so that the lookup is now done within the stack. So this stack can independently run without depending on other stack. Perhaps I need a pair of eye if I did this correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for me.
Minor comment to attend.
And 1 joke for laugh, pls ignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Moving lookups to inside the stack makes sense.
buildEnvironment: {}, | ||
// rustLog: props?.rustLog, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove these two properties, currently they aren't being used but I'll add back in if needed.
buildEnvironment: {}, | ||
// rustLog: props?.rustLog, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, i.e. remove.
Remove intermediary stack between stage and µ-app stack
Lookup on shared resource is move to individual stack
Refactoring naming convention for TS