Easy1 markMultiple Choice
AWS SAP-C02 · Question 34 · Domain 4.4: Modernization Requirements
A startup is building a new serverless application. They need a fully managed GraphQL API layer that can securely access data from Amazon DynamoDB, AWS Lambda, and Amazon OpenSearch Service. Which AWS service should they use to build this API?
A startup is building a new serverless application. They need a fully managed GraphQL API layer that can securely access data from Amazon DynamoDB, AWS Lambda, and Amazon OpenSearch Service. Which AWS service should they use to build this API?
Answer options:
A.
Amazon API Gateway
B.
AWS AppSync
C.
AWS Step Functions
D.
Amazon Cognito
How to approach this question
Match 'GraphQL API' to the AWS managed service designed for it.
Full Answer
B.AWS AppSync✓ Correct
AWS AppSync
AWS AppSync is a fully managed service that makes it easy to develop GraphQL APIs by handling the heavy lifting of securely connecting to data sources like DynamoDB, Lambda, and more.
Common mistakes
Choosing API Gateway, which requires custom Lambda resolvers to handle GraphQL properly.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
Expert