Open Gtofig opened 1 year ago
Agree. Any PR submission for that would be highly appreciated and before we have that support, I think the aws sdk support should be a workaround.
@pahud I'm interested in contributing to this feature. Are any documents or RFCs required before the implementation?
Describe the feature
Step Functions support
arn:aws:states:::aws-sdk:sqs:receiveMessage
andarn:aws:states:::aws-sdk:sqs:deleteMessage
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 ReceiveMessage and DeleteMessage APIs for SQS are currently missing
Proposed Solution
Create new
SqsReceiveMessage
andSqsDeleteMessage
classes (similar toSqsSendMessage
), that will implementarn:aws:states:::aws-sdk:sqs:receiveMessage
andarn:aws:states:::aws-sdk:sqs:deleteMessage
resources respectively.Currently the workaround is to use
CustomState
classOther Information
No response
Acknowledgements
CDK version used
2.59.0
Environment details (OS name and version, etc.)
N/A