TVML and AWS SDK

I've got a build of the AWS S3 JavaScript SDK for S3 that works locally on a page. However, I need it to work in TVML. When I attempt to add it, it runs the evaluateScripts method, which runs the script and of course causes an error

TypeError: undefined is not an object (evaluating 'AWS.apiLoader.services')
.


Is there a way to include JavaScript in TVML without having it go through the evaluateScripts method, or a way to tell evaluateScripts NOT to run it that isn't in the documentation?

TVML and AWS SDK
 
 
Q