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
- Asymmetric encryption with RSA keys (public and private), directly generated on AWS.
- Local encryption on disk with the public key: both this key and the ciphertext can be shared in the repo.
- Remote decryption in memory with the private key: this key is stored encrypted, directly on AWS.