UNPKG

cdk-encrypted-secret

Version:

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

2 lines (1 loc) 68 B
export const fromUtf8 = (input) => new TextEncoder().encode(input);