Skip to content

Support AutoDeploymentsEnabled#26

Open
Suyama-Daichi wants to merge 3 commits intoawslabs:mainfrom
Suyama-Daichi:feature/support_AutoDeploymentsEnabled
Open

Support AutoDeploymentsEnabled#26
Suyama-Daichi wants to merge 3 commits intoawslabs:mainfrom
Suyama-Daichi:feature/support_AutoDeploymentsEnabled

Conversation

@Suyama-Daichi
Copy link
Copy Markdown

Issue #, if available:
Support AutoDeploymentsEnabled
Description of changes:
Support AutoDeploymentsEnabled

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@hariohmprasath hariohmprasath requested review from DmitryGulin and hariohmprasath and removed request for hariohmprasath December 13, 2022 22:47
Copy link
Copy Markdown
Contributor

@DmitryGulin DmitryGulin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kindly ask you to make sure that there is no unused code introduced.

cpu: number;
memory: number;
environment?: Record<string, string>;
autoDeploymentsEnabled: boolean
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the reason for having a copy of that configuration parameter at the root level, although the only one defined on ICodeConfiguration interface is being used by the rest of the code?

memory,
sourceConfig: imageUri ? getImageConfig(imageUri) : getSourceCodeConfig(),
environment: getEnvironmentVariables(envVarNames),
autoDeploymentsEnabled
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused

Comment on lines +123 to +124
// AutoDeploymentsEnabled - true
const autoDeploymentsEnabled = getInputBool('auto-deployments-enabled', true)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused

@brandonrobertz
Copy link
Copy Markdown

brandonrobertz commented Jan 19, 2023

Is it just a matter of removing those three lines that is blocking this? Being able to disable the auto deploy upon commit functionality here would be super useful.

@mmartinez
Copy link
Copy Markdown

It's embarrassing to see that its taking 3+ years to deal with such a simple thing. I think AWS has forgotten about the customers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants