Step Functions support arn:aws:states:::aws-sdk:dynamodbstreams:getShardIterator and arn:aws:states:::aws-sdk:dynamodbstreams:getRecords resource types now. Please add CDK support for it.
Use Case
I would like to be able to use L2 CDK constructs for all tasks, and GetShardIterator and GetRecords APIs for DynamoDB streams are currently missing
Proposed Solution
Create new DynamoDBStreamGetShardIterator and DynamoDBStreamGetRecords classes that will implement arn:aws:states:::aws-sdk:dynamodbstreams:getShardIterator and arn:aws:states:::aws-sdk:dynamodbstreams:getRecords resources respectively.
Currently, the workaround is to use CustomState
Other Information
No response
Acknowledgements
[ ] I may be able to implement this feature request
Describe the feature
Step Functions support
arn:aws:states:::aws-sdk:dynamodbstreams:getShardIterator
andarn:aws:states:::aws-sdk:dynamodbstreams:getRecords
resource types now. Please add CDK support for it.Use Case
I would like to be able to use L2 CDK constructs for all tasks, and GetShardIterator and GetRecords APIs for DynamoDB streams are currently missing
Proposed Solution
Create new
DynamoDBStreamGetShardIterator
andDynamoDBStreamGetRecords
classes that will implementarn:aws:states:::aws-sdk:dynamodbstreams:getShardIterator
andarn:aws:states:::aws-sdk:dynamodbstreams:getRecords
resources respectively.Currently, the workaround is to use CustomState
Other Information
No response
Acknowledgements
CDK version used
2.59.0
Environment details (OS name and version, etc.)
N/A