AWS Certified Cloud Practitioner — Question 417
Which tool should a developer use to integrate AWS service features directly into an application?
Answer options
- A. AWS Software Development Kit
- B. AWS CodeDeploy
- C. AWS Lambda
- D. AWS Batch
Correct answer: A
Explanation
The AWS Software Development Kit (SDK) provides language-specific APIs that enable developers to seamlessly integrate and interact with AWS services directly from their application code. In contrast, AWS CodeDeploy is used for automating application deployments, AWS Lambda is a serverless compute platform, and AWS Batch manages batch processing jobs.