Node built-in modules

  • 7 May 2019
  • 1 reply
  • 27 views

How do I require and use a node built-in module in a serverless app, such as crypto or URL? I only see documentation on how to include external, npm modules.



This topic has been closed for comments

1 reply

Hi Joseph,


Currently for security reasons we've blocked the usage of built-in modules. Alternatively, For crypto you can use this npm package. Also, If you could let me know what specific operation that you are looking for in URL built-in, I could suggest you with better alternatives.