The APIGW lambda authorizer in the API was changed over during implementation of #318 (when the CapeLambdaFunction came into being). There are 4 other usages that should be swapped over for consistency (not line numbers could change based on other changes in other issues):
capeinfra/meta/capemeta.py:883: report_data_lambda = aws.lambda_.Function(
capeinfra/resources/api.py:207: handler_lambda = aws.lambda_.Function(
capeinfra/datalake/datalake.py:473: self.qmsg_handler = aws.lambda_.Function(
capeinfra/datalake/datalake.py:554: new_object_handler = aws.lambda_.Function(
The APIGW lambda authorizer in the API was changed over during implementation of #318 (when the
CapeLambdaFunctioncame into being). There are 4 other usages that should be swapped over for consistency (not line numbers could change based on other changes in other issues):