https://github.com/martin-bucinskas/cyclops
CLI AWS Lambda Manager
https://github.com/martin-bucinskas/cyclops
aws aws-lambda aws-manage cli cli-app cost-control lambda-functions learning learning-by-doing manager python3
Last synced: about 2 months ago
JSON representation
CLI AWS Lambda Manager
- Host: GitHub
- URL: https://github.com/martin-bucinskas/cyclops
- Owner: martin-bucinskas
- Created: 2019-11-27T15:07:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:42:37.000Z (about 4 years ago)
- Last Synced: 2025-02-10T15:32:01.024Z (4 months ago)
- Topics: aws, aws-lambda, aws-manage, cli, cli-app, cost-control, lambda-functions, learning, learning-by-doing, manager, python3
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://sonarcloud.io/dashboard?id=martin-bucinskas_cyclops) [](https://circleci.com/gh/martin-bucinskas/cyclops) [](https://sonarcloud.io/dashboard?id=martin-bucinskas_cyclops)
# CyclOpsCyclOps is a CLI for managing AWS Lambdas.
With CyclOps you can invoke and delete lambda functions straight from your command line without you having to remember complicated scripts or use the AWS website.
## Usage
You can run this tool with Python 3.7.
```Shell
pip install
python main.py --profile
```Replace the `` with any profile that has been provided in your aws `credentials` file.
You can usually find your `credentials` file here `~/.aws/credentials`.## CI, CD and Coverage
You can find the code coverage at the [codecov.io](https://codecov.io/github/martin-bucinskas/cyclops).
If the code coverage drops, the build should fail immediately.The CI and CD pipeline is the CircleCI pipeline.
https://circleci.com/gh/martin-bucinskas/cyclopsSonarCloud is attached for metric monitoring and vulnerability scanning.
https://sonarcloud.io/dashboard?id=martin-bucinskas_cyclops