Introduction to Amazon Code Pipeline with Java part 14: the loadtest executor service
June 4, 2016 Leave a comment
Introduction
In the previous post we took a closer look at how the client token lookup service could be implemented. The client lookup service is responsible for locating the Code Pipeline client token that matches the client ID which CP sends as the first signal of a new job. Without a matching client token CP won’t hand out the job details. It’s up to you how you implement the service exactly. The implementation details will probably depend on how you stored the client token and the client ID of a given user in your backend system.
In this post we’ll keep digging into the code in the job agent by looking at the LtpApiLoadtestJobExecutorService class.