I am trying to integrate Amazon JS SDK (aws-sdk) into my ionic2 project (typescript). Amazon has yet to provide a typescript binding, and for now they do provide instructions on how to use their js sdks.
There is an OUTDATED TypeScript binding in "definitely typed" for one library ("aws-sdk") but not even an outdated version for Amazon cognito.
So I was wondering, is there a way I could create this binding myself: Include the JS library inside my Ionic2/Angular2/TS project somehow?