volume_mute
You can use Amazon API Gateway to create stateless client-server communication only
publish date: 2024/08/15 00:01:42.326303 UTC
volume_muteCorrect Answer
False
Explanation
API Gateway creates RESTful APIs that:
-
Are HTTP-based.
-
Enable stateless client-server communication.
-
Implement standard HTTP methods such as GET, POST, PUT, PATCH, and DELETE.
API Gateway creates WebSocket APIs that:
-
Adhere to the WebSocket protocol, which enables stateful, full-duplex communication between client and server.
-
Route incoming messages based on message content.
Reference
AWS Skills Builder