JSPM

@aercolino/secreta-generate-aws

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27341F
  • License ISC

Generate a pair of RSA keys on AWS. (CLI command)

Package Exports

  • @aercolino/secreta-generate-aws

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aercolino/secreta-generate-aws) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Secreta

Secreta is a little suite of tools for managing configuration secrets in AWS Lambda functions.

Features

  1. Asymmetric encryption with RSA keys (public and private), directly generated on AWS.
  2. Local encryption on disk with the public key: both this key and the ciphertext can be shared in the repo.
  3. Remote decryption in memory with the private key: this key is stored encrypted, directly on AWS.

Secreta Generate for AWS

Documentation