What's the best way to trigger DynamoDB Import from S3 in Step Function?

0

I can't see a support of DynamoDB Import from S3 among the out of the box integrations in Step Functions.

Is there a way to trigger it somehow, other than having some Lambda that has aws-cli in it?

2回答
2
承認された回答

While it is not available from the Optimised Integration API's, all of the DynamoDB API's can be called from the DynamoDB AWS SDK Integration.

How the optimized DynamoDB integration is different than the DynamoDB AWS SDK integration

  • There is no optimization for the Request Response integration pattern.
  • The Wait for a Callback with the Task Token integration pattern is not supported.
  • Only GetItem, PutItem, UpdateItem, and DeleteItem API actions are available through optimized integration. Other API actions, such as CreateTable or ImportTable are available using the DynamoDB AWS SDK integration.
profile pictureAWS
エキスパート
回答済み 5ヶ月前
profile picture
エキスパート
レビュー済み 2日前
profile pictureAWS
エキスパート
レビュー済み 5ヶ月前
0

I think I found the answer myself. Even though the import is not listed in the docs, it seems to be available in AWS Console:

Import

And it seems to use this API: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ImportTable.html

回答済み 5ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ