Hot to run a Javascript file stored in AWS in a Flutter webview?

I am not able to run a javascript file stored in AWS location in a Flutter webview. I am using webview_flutter package. Any suggestions to fix this issue?

I tried runJavaScript method from WebViewController class. But the javascript file in AWS is not loaded in my webview in Flutter app..