UNPKG

cdk-encrypted-secret

Version:

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

11 lines (10 loc) 202 B
{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./build/main", "lib": ["dom"], }, "include": ["src/**/*.ts"], "exclude": ["node_modules/**"] }