-
Notifications
You must be signed in to change notification settings - Fork 96
[DevTools] PR3.4 Logs NEW #2939
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
base: feature/dev-tools
Are you sure you want to change the base?
Conversation
|
@@ -2,7 +2,7 @@ | |||
"defaultDevPackages": [ | |||
"@aws-amplify/backend", | |||
"@aws-amplify/backend-cli", | |||
"aws-cdk-lib@2.204.0", | |||
"aws-cdk-lib@2.201.0", |
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.
Any particular reason why aws-cdk-lib
is getting downgraded here?
@@ -516,6 +516,8 @@ export class SandboxDevToolsCommand implements CommandModule<object> { | |||
shutdownService, | |||
resourceService, | |||
storageManager, | |||
undefined, | |||
undefined, |
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.
I am assuming these are activeLogPollers
and toggleStartTimes
, do they get defined later on?
See this pull request: #2914
Same as above PR, but moved changes to an unstream branch instead of a personal fork