Metadata-Version: 2.1
Name: remediate
Version: 0.0.14
Summary: integrate previously written remediation code into Demisto
Home-page: https://github.com/cloudcraeft/remediate
Author: cloudcraeft
Author-email: cloudcraeft@outloook.com
License: MIT
Platform: UNKNOWN
Requires-Python: ~=3.7
Requires-Dist: boto3

REMEDIATE
========================
remediate is a wrapper to fire independent runbooks which were originally 
python code create for aws lambdas. Without touching them they have been
repurposed as a target for a Demisto integration. 

There is a layer of indirection in the calling. Plus the feedback from the
individual runbooks were meant for running in a serverless environment.

Therefore some interesting strategies are used to capture the needed info.
Mainly string processing.

.. image:: remediate.png


