Class LambdaPlaybookRunner

  • All Implemented Interfaces:
    com.amazonaws.services.lambda.runtime.RequestStreamHandler

    public class LambdaPlaybookRunner
    extends AbstractLambdaHandler
    An experiment to dynamically run through (a subset of) playbook actions and apply them to any of the assets flowing through events.
    • Constructor Summary

      Constructors 
      Constructor Description
      LambdaPlaybookRunner()
      Default constructor - pass handler up to superclass.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LambdaPlaybookRunner

        public LambdaPlaybookRunner()
        Default constructor - pass handler up to superclass.