Skip to main content

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.



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.