An open API service indexing awesome lists of open source software.

https://github.com/rhythmictech/lambda-aws-secure-password


https://github.com/rhythmictech/lambda-aws-secure-password

Last synced: 3 months ago
JSON representation

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

[![tflint](https://github.com/rhythmictech/lambda-aws-secure-password/workflows/tflint/badge.svg?branch=main&event=push)](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Atflint+event%3Apush+branch%3Amain)
[![tfsec](https://github.com/rhythmictech/lambda-aws-secure-password/workflows/tfsec/badge.svg?branch=main&event=push)](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Atfsec+event%3Apush+branch%3Amain)
[![yamllint](https://github.com/rhythmictech/lambda-aws-secure-password/workflows/yamllint/badge.svg?branch=main&event=push)](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amain)
[![misspell](https://github.com/rhythmictech/lambda-aws-secure-password/workflows/misspell/badge.svg?branch=main&event=push)](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amain)
[![pre-commit-check](https://github.com/rhythmictech/lambda-aws-secure-password/workflows/pre-commit-check/badge.svg?branch=main&event=push)](https://github.com/rhythmictech/lambda-aws-secure-password/actions?query=workflow%3Apre-commit-check+event%3Apush+branch%3Amain)
follow on Twitter

## 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)