aws-stepfunctions-tasks: AthenaStartQueryExecution
is missing ExecutionParameters
#27286
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-stepfunctions-tasks
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
The
StartQueryExecution
call from Athena these days (Since July 2022) supports parameterized queries, which means passing inExecutionParameters
. 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 existingQueryString
and other parameters.Other Information
No response
Acknowledgements
CDK version used
2.97.0 (build d7cf3be)
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: