Bird
0
0

How can API Gateway help when integrating multiple microservices with different protocols (HTTP, WebSocket, Lambda)?

hard📝 Application Q9 of 15
AWS - API Gateway
How can API Gateway help when integrating multiple microservices with different protocols (HTTP, WebSocket, Lambda)?
AIt forces all microservices to use the same protocol.
BIt provides protocol translation and unified access control across services.
CIt duplicates microservices to match protocols.
DIt disables protocol differences and only supports HTTP.
Step-by-Step Solution
Solution:
  1. Step 1: Understand API Gateway's protocol support

    API Gateway supports multiple protocols like REST (HTTP), WebSocket, and Lambda integration.
  2. Step 2: Identify how API Gateway handles protocol differences

    API Gateway provides protocol translation and unified access control across services with different protocols.
  3. Final Answer:

    It provides protocol translation and unified access control across services. -> Option B
  4. Quick Check:

    Protocol translation + unified access control [OK]
Quick Trick: API Gateway supports multiple protocols separately [OK]
Common Mistakes:
  • Assuming API Gateway forces protocol unification
  • Thinking it duplicates microservices
  • Believing it disables protocol differences

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes