Asked by Rahul Sharma on Aug 7, 2024
Rahul asks how to incorporate and utilize external npm packages (e.g., Stripe, Razorpay) within HubSpot serverless functions.
Answered by Felix Klauke
Felix clarifies that while some packages are preloaded, any additional npm libraries must be bundled together with the serverless function code using a tool like Webpack during local development before uploading the bundled file to HubSpot.