Topic 1 Question 92
Which tool should a developer use to integrate AWS service features directly into an application?
AWS Software Development Kit
AWS CodeDeploy
AWS Lambda
AWS Batch
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
A. AWS Software Development Kit (SDK): A set of libraries and tools that allows developers to interact with AWS services directly from their applications. It provides APIs in various programming languages, enabling developers to integrate AWS services seamlessly into their applications. It abstracts the complexity of making direct API calls and provides a convenient way to interact with AWS resources.
B. AWS CodeDeploy: A service that automates code deployments to Amazon EC2 instances, on-premises instances, or serverless Lambda functions.
C. AWS Lambda: A serverless compute service that lets developers run code without provisioning or managing servers. Developers can use Lambda to execute code in response to events, such as changes to data in an Amazon S3 bucket or an update to a DynamoDB table.
D. AWS Batch: Enables developers to run batch computing workloads on the AWS Cloud. It allows users to define and run batch computing jobs efficiently.
👍 10TheFivePips2024/01/25 A. AWS Software Development Kit (SDK): A set of libraries and tools that allows developers to interact with AWS services directly from their applications. It provides APIs in various programming languages, enabling developers to integrate AWS services seamlessly into their applications. It abstracts the complexity of making direct API calls and provides a convenient way to interact with AWS resources.
👍 3Ruffyit2024/02/02- 正解だと思う選択肢: A
A looks correct
👍 2asdfcdsxdfc2023/11/09
シャッフルモード