Skip to content

aws-stepfunctions-tasks: AthenaStartQueryExecution is missing ExecutionParameters #27286

@nakedible-p

Description

@nakedible-p

Describe the feature

The StartQueryExecution call from Athena these days (Since July 2022) supports parameterized queries, which means passing in ExecutionParameters. These are also supported inside Step Functions as described in this documentation.

However, the CDK wrappering of Step Functions tasks for Athena does not support passing ExecutionParameters.

Use Case

I want to use a parameterized Athena query inside Step Functions.

Proposed Solution

Simply add ExecutionParameters, which is a string list, similarily to the existing QueryString and other parameters.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.97.0 (build d7cf3be)

Environment details (OS name and version, etc.)

irrelevant

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions