Namespace STREAMSIX.Actor.Lambda
Classes
AuthorizedUser
BaseLambda
Base class for the lambda actor. Extend your lambda actor from this class.
This class allows you to reigster functions which will be called like cloud functions.
If you override Awake(), be sure to call base.Awake().
Do not override Start(). The base Start() does not return and continues to lookup for any lambda event for procesing.