aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.39k stars 3.79k forks source link

(aws-stepfunctions-tasks): Add support for Kinesis getShardIterator and getRecords actions #23717

Open Gtofig opened 1 year ago

Gtofig commented 1 year ago

Describe the feature

Step Functions support arn:aws:states:::aws-sdk:kinesis:getShardIterator and arn:aws:states:::aws-sdk:kinesis:getRecords resource types now. Please add CDK support for it.

Use Case

I would like to be able to use L2 CDK constructs for Kinesis tasks in Step Functions

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.59.0

Environment details (OS name and version, etc.)

Ubuntu 20

pahud commented 1 year ago

Thanks for the feature request. I am making it p2 now and any PR submission would be highly appreciated! Before we have the new classes, I believe the aws-sdk support should be a workaround.