I'm using APIGW Generated SDK for javascript, and I have sourced all the files and get no errors there, but I get an error on this line: var apigClient = apigClientFactory.newClient();
which makes sense, because I don't see any sources that point to anything called "apigClientFactory", nor are there any instructions on instantiating anything called "apigClientFactory" as an object/variable or anything, so I'm confused as to what this is supposed to be referencing?
The instructions Aws amazon docs start with this and never reference where this factory component is from, hence the error...
apiClient.jsfile