UNPKG

cdk-encrypted-secret

Version:

CDK Construct that creates an AWS Secret Manager Secret and sets the value from an encrypted Ciphertext.

4 lines 80 B
import crypto from 'crypto'; export default { randomUUID: crypto.randomUUID };