Skip to content

glue-alpha: inconsistent workflow addconditionalTrigger casing #33751

@apogeeoak

Description

@apogeeoak

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions