- Home
- All questions
- Question 234
AWS Certified Solutions Architect study material · question 234 of 500
Which two statements about API Gateway API types are correct? Choose two.
Show the answer
Answer: C. REST APIs are HTTP-based and keep no session state between client and server
D. WebSocket APIs support stateful, full-duplex communication
REST APIs are stateless and use standard HTTP methods; WebSocket APIs are stateful and route incoming messages on their content.
Source: What is Amazon API Gateway? (Amazon Web Services) — What is Amazon API Gateway?