https://github.com/rhythmictech/lambda-aws-secure-password
https://github.com/rhythmictech/lambda-aws-secure-password
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhythmictech/lambda-aws-secure-password
- Owner: rhythmictech
- License: mit
- Created: 2020-09-17T21:25:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T19:28:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T22:46:19.107Z (12 months ago)
- Language: JavaScript
- Size: 25.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# lambda-aws-secure-password
Creates a password with a Lambda data source and saves it in a secrets manager secret, allowing the creation of passwords without saving them in state
[](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Atflint+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Atfsec+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Apre-commit-check+event%3Apush+branch%3Amain)

## Example
Here's what using the module will look like
```hcl
module "example" {
source = "rhythmictech/lambda-mycloud-mymodule
}
```
## The Giants Underneath this template
- [pre-commit.com](pre-commit.com)
- [lambda.io](lambda.io)
- [github.com/segmentio/lambda-docs](github.com/segmentio/lambda-docs)