lmiguelmh

Results 3 comments of lmiguelmh

According the [Nodejs documentation for _pbkdf2_ function](https://nodejs.org/api/crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_digest_callback): > **crypto.pbkdf2(password, salt, iterations, keylen, digest, callback)** > [...] > If digest is null, 'sha1' will be used. This behavior is deprecated, please...

Thanks, I solved this using docker bundling with a Python 3.9 image and the next command: ``` pip3.9 install --platform=manylinux2014_x86_64 --only-binary=:all: -r requirements-dependency_injector_layer.txt -t /asset-output/python ``` Using CDK makes this...

Same issue here: working with nested stacks on CDK. It seems to me that the only solution is to have a local stack with all the required resources defined inside.