Paul424
9 years agoOccasional Contributor
howto invoke aws-sdk to verify results?
For a project we like to use soapui to test a processing pipeline that is deployed to aws using services such as elasticbeanstalk, kinesis streams and s3. We have succeeded to issue REST requests to the beanstalk application however we are puzzling how to read back the "output" in order to compare it with expected test output.
A useful/scalable approach would be to integrate the aws-sdk into a script-step so we could for instance query certain cloudwatch loggings or download data from s3 or get notified of certain system activities. But given the fact the google gives us no hits on blogs or examples of any kind we kind of having doubts if this is the right direction.
Any tips/guidance on this topic is greatly appreciated,
Paul