DEV Community

Discussion on: Creating resilient API synthetic canary tests using CloudWatch Synthetics

Collapse
 
wojciechmatuszewski profile image
Wojciech Matuszewski

Overall, I would not recommend the AWS synthetics for pure API tests. It would be much better to either run a cron of some sort.

If you are testing the UI - that is a different story. I find the screenshots feature handy, but again is that different than running Cypress via cron?