项目作者: martin-bucinskas

项目描述 :
CLI AWS Lambda Manager
高级语言: Python
项目地址: git://github.com/martin-bucinskas/cyclops.git
创建时间: 2019-11-27T15:07:42Z
项目社区:https://github.com/martin-bucinskas/cyclops

开源协议:

下载


Quality Gate Status CircleCI Coverage

CyclOps

CyclOps 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.

  1. pip install
  2. python main.py --profile <YOUR_AWS_PROFILE>

Replace the <YOUR_AWS_PROFILE> 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.
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/cyclops

SonarCloud is attached for metric monitoring and vulnerability scanning.
https://sonarcloud.io/dashboard?id=martin-bucinskas_cyclops