Forum Discussion

rtS's avatar
rtS
New Contributor
3 years ago
Solved

Integrate Testexecute to AWS jobs

 
 
 
 
 

I have a few scripts written on TC on an EC2 instance which are currently running pretty well using CLI.

Since I am using CLI, I can still set up triggers from Task Scheduler with specific times/days, etc.

However I have several use cases where I need to set up a trigger from some data engg jobs running on AWS infrastructure.

Any idea how I can trigger these testexecute jobs from AWS? 

One thought process I had was to use the TestRunner REST API capability to kind of kick off the execution, write a AWS Lambda function to call the services in sequence depending on what needs to be executed.  

Any other ideas on this?