A developer is building a WebSocket API using Amazon API Gateway. The payload sent to this API is JSON that includes an action key This key can have three different values create, update, and remove The developer must integrate with different routes based on the value of the action key of the incoming JSON payload
How can the developer accomplish this task with the LEAST amount of configuration?
Currently there are no comments in this discussion, be the first to comment!