Beispiel #1
0
 def __init__(self, args):
     self._cloudformation = Cloudformation()
     self._lambda = AWSLambda()
     self._apigateway = Apigateway()
     self._cloudwatchevent = CloudWatchEvent()
     self._dispatcher = Dispatcher()
     self._args = args
Beispiel #2
0
 def __init__(self, args):
     self._lambda = AWSLambda()
     self._dispatcher = Dispatcher()
     self._args = args
Beispiel #3
0
 def __init__(self):
     self._logs = Logs(args)
     self._dispatcher = Dispatcher()
Beispiel #4
0
 def __init__(self, args):
     self._boiler_plate = BoilerPlate(args)
     self._dispatcher = Dispatcher()
     self._args = args
Beispiel #5
0
 def __init__(self, args):
     self._apigateway = Apigateway()
     self._dispatcher = Dispatcher()
     self._args = args
Beispiel #6
0
 def __init__(self, args):
     self._s3 = S3()
     self._dispatcher = Dispatcher()
     self._args = args
Beispiel #7
0
 def __init__(self, args):
     self._cloudformation = Cloudformation()
     self._dispatcher = Dispatcher()
     self._args = args
Beispiel #8
0
 def __init__(self, args=None):
     self._cloudwatchevent = CloudWatchEvent()
     self._dispatcher = Dispatcher()
     self._args = args