Skip to content

ACloudGuru/serverless-plugin-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-plugin-crypt NPM version Build Status Dependency Status Coverage percentage

Serverless Crypt Plugin

A Serverless plugin to easily add CloudWatch alarms to functions

Installation

npm i serverless-plugin-crypt

Usage

sls crypt encrypt -v your_secret_text

sls crypt decrypt -v your_cipher_text

Configuration

service: your-service
provider:
  name: aws

custom:
  crypt:
    aws:
      kmsKeyId: YOUR_KMS_KEY_ID

plugins:
  - serverless-plugin-crypt

functions:
  foo:
    handler: foo.handler
    environment:
        YOUR_ENV_VAR: some-cipher-text

License

MIT © A Cloud Guru

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published