/aws-kms-example

cli example of AWS KMS in nodejs

Primary LanguageTypeScript

aws-kms-example

Usage

  1. create asymmetric key for sign and verify in AWS KMS

  2. run following commands

export KMS_KEY_ID=*** (key id of created key in AWS KMS)
npm run exec