https://github.com/rhythmictech/lambda-aws-secure-template
https://github.com/rhythmictech/lambda-aws-secure-template
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhythmictech/lambda-aws-secure-template
- Owner: rhythmictech
- License: mit
- Created: 2020-09-18T18:29:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T19:28:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T11:41:03.611Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# lambda-aws-secure-template
Creates _something_ with a Lambda data source and saves it in a secrets manager secret, allowing the creation of _the thing_ without saving them in state
[](https://github.com/rhythmictech/lambda-aws-secure-template/actions?query=workflow%3Aeslint+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-template/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-template/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amain)
[](https://github.com/rhythmictech/lambda-aws-secure-template/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)