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
CDK version used
2.97.0 (build d7cf3be)
Environment details (OS name and version, etc.)
irrelevant
Describe the feature
The
StartQueryExecutioncall 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 existingQueryStringand other parameters.Other Information
No response
Acknowledgements
CDK version used
2.97.0 (build d7cf3be)
Environment details (OS name and version, etc.)
irrelevant