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.
You can run this tool with Python 3.7.
pip install
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
.
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