Last February, AWS added support for creating canaries for API Gateway to Cloudwatch Synthetics, which I've been using lately to monitor some REST APIS successfully.
Let's review some technical concepts first:
Canaries: Node scripts that run on schedule to monitor endpoints, following the action...