I'm currently in the process of developing a ReactJS application that will interact with backend resources through the API Gateway. I have created a Javascript SDK for my test API, which connects to DynomoDB, and am attempting to integrate it into my Node/NPM project. Utilizing NPM for dependency management, I am encountering difficulties as the generated API lacks exports or require statements. Is there a resource available that outlines the correct method for including the SDK within a project managed by NPM and bundled using Webpack?