2 Answers
- Newest
- Most votes
- Most comments
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, andDeleteItemAPI actions are available through optimized integration. Other API actions, such asCreateTableorImportTableare available using the DynamoDB AWS SDK integration.
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:
And it seems to use this API: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ImportTable.html
answered 2 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
