-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
@aws-cdk/aws-glueRelated to AWS GlueRelated to AWS GluebugThis issue is a bug.This issue is a bug.p2
Description
Describe the bug
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
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-glueRelated to AWS GlueRelated to AWS GluebugThis issue is a bug.This issue is a bug.p2