A developer is writing a custom Java application that needs to insert records into an Amazon DynamoDB table. Which of the following should the developer use to interact with DynamoDB programmatically within the application code?
- AAWS Management Console
- BAWS Command Line Interface (CLI)
- AWS Software Development Kit (SDK)Cevap
- DAWS CloudFormation
Cevap
AWS Software Development Kit (SDK)
The AWS Software Development Kit (SDK) is the correct choice because it provides language-specific libraries and APIs (such as for Java, Python, or .NET) that allow developers to programmatically interact with AWS services directly from their application code.
Adım Adım Çözüm
Anahtar Kavram
AWS Software Development Kit (SDK) is used for programmatically interacting with AWS services within application code.