Getting issue while using node:crypto in serverless app

Hi Team,

I am not able to use
const {
publicEncrypt,
constants,
randomBytes,
createCipheriv,
privateDecrypt,
createDecipheriv,
createHmac,
} = require(“node:crypto”);

Is there any option to use node inbuild crypto in my app?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.