Including Swagger Codegen Generated JavaScript Module in Freshdesk Serverless project

Hey @plloyd

Hope you are safe and doing well!

If I understand correctly, you want to include a javascript module to the serverless app, but you do not want to publish the module to npm, but include it locally in the serverless app and pack it with the app, so it doesn’t have to download the module as a dependency during further invocations or build processes?