Marshalling and unmarshalling DynamoDB data in Step Functions

0

Is there way to integrate DyanmoDB in Step Functions similar to document client in Lambda? Because of lack of marshall/unmarshall operations in Step Functions, any orchestration that includes DDB, ends up in unnecessary lambda calls... Any input? Or the experts suggesting calling lambda operations in Lambda step instead of state machines?

ET
已提问 5 个月前565 查看次数
1 回答
0

Unfortunately SF uses a low level version of the AWS SDK and does not automatically support native JSON. I have reached out to the internal team and put forward your issue as a feature request. Please note I will not be able to provide an ETA for the release of such a feature, but if/when it is released I will amend my answer here to inform you.

profile pictureAWS
专家
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则