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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠