You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conditional workflow trigger (addconditionalTrigger) in version 2.182.0-alpha.0 of the aws-glue-alpha package contains inconsistent casing and should be updated to camel case.
Regression Issue
Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
The conditional workflow trigger (addconditionalTrigger) is updated to camel case (addConditionalTrigger).
Current Behavior
The conditional workflow trigger is addconditionalTrigger, which contains inconsistent casing.
Reproduction Steps
N/A
Possible Solution
public addConditionalTrigger(id: string, options: ConditionalTriggerOptions): CfnTrigger {
Additional Information/Context
No response
CDK CLI Version
2.1003.0
Framework Version
2.182.0-alpha.0
Node.js Version
v20.18.3
OS
Ubuntu 22.04.5 LTS
Language
TypeScript
Language Version
TypeScript (~5.5.2)
Other information
No response
The text was updated successfully, but these errors were encountered:
…ws#33752)
### Issue aws#33751Closesaws#33751.
### Reason for this change
The conditional workflow trigger (`addconditionalTrigger`) in the `aws-glue-alpha` package contains inconsistent casing and should be updated to camel case.
### Description of changes
Updated the conditional workflow trigger (`addconditionalTrigger`) to camel case (`addConditionalTrigger`).
### Describe any new or updated permissions being added
None.
### Description of how you validated changes
Updated existing unit and integration tests, `aws-glue-alpha/test/integ.workflow.ts` and `aws-glue-alpha/test/workflow-triggers.test.ts`.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
BREAKING CHANGE: Updated casing of `workflow.addconditionalTrigger` to `workflow.addConditionalTrigger`.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the bug
The conditional workflow trigger (
addconditionalTrigger
) in version2.182.0-alpha.0
of theaws-glue-alpha
package contains inconsistent casing and should be updated to camel case.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
The conditional workflow trigger (
addconditionalTrigger
) is updated to camel case (addConditionalTrigger
).Current Behavior
The conditional workflow trigger is
addconditionalTrigger
, which contains inconsistent casing.Reproduction Steps
N/A
Possible Solution
Additional Information/Context
No response
CDK CLI Version
2.1003.0
Framework Version
2.182.0-alpha.0
Node.js Version
v20.18.3
OS
Ubuntu 22.04.5 LTS
Language
TypeScript
Language Version
TypeScript (~5.5.2)
Other information
No response
The text was updated successfully, but these errors were encountered: