Using Modules with Lambdas

I am looking to use Lambdas with the supported Crypto library, but I am not sure how to do that. 

I tried to use 'const crypto = require('crypto')' at the beginning of the script, but the response when I run and debug is: 'Cannot find module 'crypto''
Working with APIs
2 replies