https://github.com/dockstore/lambda
Till we find a better solution, backup and document AWS lambdas
https://github.com/dockstore/lambda
aws dockstore lambda
Last synced: 5 months ago
JSON representation
Till we find a better solution, backup and document AWS lambdas
- Host: GitHub
- URL: https://github.com/dockstore/lambda
- Owner: dockstore
- License: apache-2.0
- Created: 2019-07-12T15:55:55.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-12T19:46:58.000Z (9 months ago)
- Last Synced: 2025-09-12T22:01:17.423Z (9 months ago)
- Topics: aws, dockstore, lambda
- Language: Java
- Size: 554 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda
Till we find a better solution, backup and document AWS lambdas
## Installing git-secrets
Dockstore uses git-secrets to help make sure that keys and private data stay out
of the source tree.
To install and check for git secrets:
```
npm ci
npm run install-git-secrets
```
This should install git secrets into your local repository and perform a scan.
If secrets are found, the run will error and output the potential secret to stdout.
If you believe the scan is a false-positive, add the line glob to .gitallowed.